Trace number 3703895

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.55 900.423

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx63.opb
MD5SUM807bc542b75293285fea5916dfeaaa3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
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-3703895-1338096270.opb.
0.00/0.00	c Instance file HOME/instance-3703895-1338096270.opb
0.00/0.00	c File size is 322209 bytes.
0.00/0.03	c Cost Offset: 0
0.00/0.03	c Highest Coefficient sum: 786
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      3216                                                |
0.00/0.03	c |  Number Clauses:        3273                                                |
0.00/0.03	c |  Number Cardinality:    64                                                  |
0.00/0.03	c |  Number PB Constraints: 384                                                 |
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Problem Type:          Optimization                                        |
0.00/0.03	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.03	c |                                                                             |
0.00/0.03	c ===============================================================================
1800.19/900.41	c ===============================================================================
1800.19/900.41	c Wall Clock Time: 900.41 s
1800.19/900.41	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-3703895-1338096270/watcher-3703895-1338096270 -o /tmp/evaluation-result-3703895-1338096270/solver-3703895-1338096270 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703895-1338096270.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: 3.98 3.98 3.95 4/178 21707
/proc/meminfo: memFree=28325432/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=4504 CPUtime=0 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) R 21705 21707 20135 0 -1 4202496 393 0 0 0 0 0 0 0 20 0 1 0 275752447 4612096 346 33554432000 4194304 5965102 140733294788256 140733294785672 4355364 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 1126 346 164 433 0 611 0

[startup+0.0798759 s]
/proc/loadavg: 3.98 3.98 3.95 4/178 21707
/proc/meminfo: memFree=28325432/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=167260 CPUtime=0.1 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 3045 0 0 0 10 0 0 0 20 0 3 0 275752447 171274240 2919 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 41815 2919 195 433 0 41379 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 167260

[startup+0.100208 s]
/proc/loadavg: 3.98 3.98 3.95 4/178 21707
/proc/meminfo: memFree=28325432/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=167260 CPUtime=0.14 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 3077 0 0 0 14 0 0 0 20 0 3 0 275752447 171274240 2951 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 41815 2951 195 433 0 41379 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 167260

[startup+0.300117 s]
/proc/loadavg: 3.98 3.98 3.95 4/178 21707
/proc/meminfo: memFree=28325432/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=167260 CPUtime=0.55 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 3569 0 0 0 54 1 0 0 20 0 3 0 275752447 171274240 3443 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 41815 3443 195 433 0 41379 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 167260

[startup+0.700122 s]
/proc/loadavg: 3.98 3.98 3.95 4/178 21707
/proc/meminfo: memFree=28325432/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=167260 CPUtime=1.35 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 4611 0 0 0 134 1 0 0 20 0 3 0 275752447 171274240 4485 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 41815 4486 195 433 0 41379 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 167260

[startup+1.50025 s]
/proc/loadavg: 3.98 3.98 3.95 5/181 21710
/proc/meminfo: memFree=28299756/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=167548 CPUtime=2.95 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 6671 0 0 0 293 2 0 0 20 0 3 0 275752447 171569152 6545 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 41887 6545 195 433 0 41451 0
[pid=21707/tid=21709] ppid=21705 vsize=167548 CPUtime=1.45 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 2693 0 0 0 145 0 0 0 20 0 3 0 275752451 171569152 6546 33554432000 4194304 5965102 140733294788256 139971018545144 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=167548 CPUtime=1.45 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 1958 0 0 0 145 0 0 0 20 0 3 0 275752451 171569152 6546 33554432000 4194304 5965102 140733294788256 139971008055608 4383036 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 167548

[startup+3.10016 s]
/proc/loadavg: 3.98 3.98 3.95 5/181 21710
/proc/meminfo: memFree=28285868/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=167548 CPUtime=6.14 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 7451 0 0 0 612 2 0 0 20 0 3 0 275752447 171569152 7325 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 41887 7325 195 433 0 41451 0
[pid=21707/tid=21709] ppid=21705 vsize=167548 CPUtime=3.05 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 3242 0 0 0 303 2 0 0 20 0 3 0 275752451 171569152 7325 33554432000 4194304 5965102 140733294788256 139971018545144 4383069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=167548 CPUtime=3.05 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 2188 0 0 0 304 1 0 0 20 0 3 0 275752451 171569152 7325 33554432000 4194304 5965102 140733294788256 139971008055600 4401064 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 167548

[startup+6.30024 s]
/proc/loadavg: 3.98 3.98 3.95 5/181 21790
/proc/meminfo: memFree=28354412/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=167692 CPUtime=12.55 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 11419 0 0 0 1250 5 0 0 20 0 3 0 275752447 171716608 11293 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 41923 11293 195 433 0 41487 0
[pid=21707/tid=21709] ppid=21705 vsize=167692 CPUtime=6.25 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 5595 0 0 0 622 3 0 0 20 0 3 0 275752451 171716608 11293 33554432000 4194304 5965102 140733294788256 139971018545144 4383059 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=167692 CPUtime=6.25 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 3803 0 0 0 622 3 0 0 20 0 3 0 275752451 171716608 11293 33554432000 4194304 5965102 140733294788256 139971008055416 4383014 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 167692

[startup+12.7002 s]
/proc/loadavg: 3.98 3.98 3.95 5/181 21790
/proc/meminfo: memFree=28293684/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=168176 CPUtime=25.34 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 17953 0 0 0 2525 9 0 0 20 0 3 0 275752447 172212224 18188 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 42044 18188 195 433 0 41608 0
[pid=21707/tid=21709] ppid=21705 vsize=168176 CPUtime=12.64 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 9708 0 0 0 1259 5 0 0 20 0 3 0 275752451 172212224 18188 33554432000 4194304 5965102 140733294788256 139971018545136 4404580 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=168176 CPUtime=12.65 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 6224 0 0 0 1261 4 0 0 20 0 3 0 275752451 172212224 18188 33554432000 4194304 5965102 140733294788256 139971008055600 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 168176

[startup+25.5004 s]
/proc/loadavg: 3.99 3.98 3.95 5/181 21790
/proc/meminfo: memFree=28250696/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=169840 CPUtime=50.92 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 23713 0 0 0 5081 11 0 0 20 0 3 0 275752447 173916160 23940 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 42460 23940 195 433 0 42024 0
[pid=21707/tid=21709] ppid=21705 vsize=169840 CPUtime=25.43 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 13548 0 0 0 2536 7 0 0 20 0 3 0 275752451 173916160 23940 33554432000 4194304 5965102 140733294788256 139971018545144 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=169840 CPUtime=25.45 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 8144 0 0 0 2540 5 0 0 20 0 3 0 275752451 173916160 23940 33554432000 4194304 5965102 140733294788256 139971008055608 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 169840

[startup+51.1003 s]
/proc/loadavg: 3.99 3.98 3.95 5/181 21790
/proc/meminfo: memFree=28181620/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=236716 CPUtime=102.1 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 36599 0 0 0 10193 17 0 0 20 0 3 0 275752447 242397184 36829 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 59179 36829 195 433 0 58743 0
[pid=21707/tid=21709] ppid=21705 vsize=236716 CPUtime=51.02 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 18335 0 0 0 5092 10 0 0 20 0 3 0 275752451 242397184 36829 33554432000 4194304 5965102 140733294788256 139971018545056 4404757 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=236716 CPUtime=51.04 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 16243 0 0 0 5095 9 0 0 20 0 3 0 275752451 242397184 36829 33554432000 4194304 5965102 140733294788256 139971008055712 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 236716

[startup+102.307 s]
/proc/loadavg: 3.91 3.97 3.94 5/181 21791
/proc/meminfo: memFree=28039320/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=304364 CPUtime=204.45 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 58572 0 0 0 20417 28 0 0 20 0 3 0 275752447 311668736 59271 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 76091 59271 195 433 0 75655 0
[pid=21707/tid=21709] ppid=21705 vsize=304364 CPUtime=102.22 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 32439 0 0 0 10204 18 0 0 20 0 3 0 275752451 311668736 59271 33554432000 4194304 5965102 140733294788256 139971018545248 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=304364 CPUtime=102.21 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 24112 0 0 0 10208 13 0 0 20 0 3 0 275752451 311668736 59271 33554432000 4194304 5965102 140733294788256 139971008055520 4369651 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 204.45
Current children cumulated vsize (KiB) 304364

[startup+162.3 s]
/proc/loadavg: 3.95 3.97 3.94 5/182 21792
/proc/meminfo: memFree=27950024/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=372964 CPUtime=324.42 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 72896 0 0 0 32406 36 0 0 20 0 3 0 275752447 381915136 73863 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 93241 73863 195 433 0 92805 0
[pid=21707/tid=21709] ppid=21705 vsize=372964 CPUtime=162.21 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 38381 0 0 0 16199 22 0 0 20 0 3 0 275752451 381915136 73863 33554432000 4194304 5965102 140733294788256 139971018545248 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=372964 CPUtime=162.2 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 32494 0 0 0 16202 18 0 0 20 0 3 0 275752451 381915136 73863 33554432000 4194304 5965102 140733294788256 139971008055368 4392760 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 324.42
Current children cumulated vsize (KiB) 372964

[startup+222.3 s]
/proc/loadavg: 3.98 3.97 3.94 5/181 21792
/proc/meminfo: memFree=27862960/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=440264 CPUtime=444.4 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 84804 0 0 0 44394 46 0 0 20 0 3 0 275752447 450830336 85655 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 110066 85655 195 433 0 109630 0
[pid=21707/tid=21709] ppid=21705 vsize=440264 CPUtime=222.22 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 49882 0 0 0 22189 33 0 0 20 0 3 0 275752451 450830336 85655 33554432000 4194304 5965102 140733294788256 139971018545144 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=440264 CPUtime=222.2 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 32901 0 0 0 22201 19 0 0 20 0 3 0 275752451 450830336 85655 33554432000 4194304 5965102 140733294788256 139971008055432 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 444.4
Current children cumulated vsize (KiB) 440264

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/181 21792
/proc/meminfo: memFree=27808372/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=507440 CPUtime=564.34 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 93367 0 0 0 56377 57 0 0 20 0 3 0 275752447 519618560 94268 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 126860 94268 195 433 0 126424 0
[pid=21707/tid=21709] ppid=21705 vsize=507440 CPUtime=282.2 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 54640 0 0 0 28179 41 0 0 20 0 3 0 275752451 519618560 94268 33554432000 4194304 5965102 140733294788256 139971018545144 4401118 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=507440 CPUtime=282.17 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 36706 0 0 0 28193 24 0 0 20 0 3 0 275752451 519618560 94268 33554432000 4194304 5965102 140733294788256 139971008055608 4401127 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 564.34
Current children cumulated vsize (KiB) 507440

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/182 21795
/proc/meminfo: memFree=27751900/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=509868 CPUtime=684.3 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 102134 0 0 0 68366 64 0 0 20 0 3 0 275752447 522104832 102451 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 127467 102451 195 433 0 127031 0
[pid=21707/tid=21709] ppid=21705 vsize=509868 CPUtime=342.19 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 61676 0 0 0 34170 49 0 0 20 0 3 0 275752451 522104832 102451 33554432000 4194304 5965102 140733294788256 139971018545248 4404738 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=509868 CPUtime=342.17 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 38437 0 0 0 34190 27 0 0 20 0 3 0 275752451 522104832 102451 33554432000 4194304 5965102 140733294788256 139971008055368 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 684.3
Current children cumulated vsize (KiB) 509868

[startup+402.3 s]
/proc/loadavg: 4.07 3.99 3.95 5/181 21796
/proc/meminfo: memFree=27697976/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=513284 CPUtime=804.26 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 109888 0 0 0 80357 69 0 0 20 0 3 0 275752447 525602816 110199 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 128321 110199 195 433 0 127885 0
[pid=21707/tid=21709] ppid=21705 vsize=513284 CPUtime=402.17 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 64911 0 0 0 40165 52 0 0 20 0 3 0 275752451 525602816 110199 33554432000 4194304 5965102 140733294788256 139971018545144 4401082 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=513284 CPUtime=402.17 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 42956 0 0 0 40187 30 0 0 20 0 3 0 275752451 525602816 110199 33554432000 4194304 5965102 140733294788256 139971008055368 4383059 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 804.26
Current children cumulated vsize (KiB) 513284

[startup+462.3 s]
/proc/loadavg: 4.03 3.99 3.95 5/181 21796
/proc/meminfo: memFree=27565632/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=645924 CPUtime=924.24 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 136713 0 0 0 92336 88 0 0 20 0 3 0 275752447 661426176 137498 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 161481 137498 195 433 0 161045 0
[pid=21707/tid=21709] ppid=21705 vsize=645924 CPUtime=462.17 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 68301 0 0 0 46161 56 0 0 20 0 3 0 275752451 661426176 137498 33554432000 4194304 5965102 140733294788256 139971018545248 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=645924 CPUtime=462.18 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 66391 0 0 0 46171 47 0 0 20 0 3 0 275752451 661426176 137498 33554432000 4194304 5965102 140733294788256 139971008055432 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 924.24
Current children cumulated vsize (KiB) 645924

[startup+522.3 s]
/proc/loadavg: 4.01 3.99 3.95 5/181 21796
/proc/meminfo: memFree=27536208/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=646976 CPUtime=1044.23 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 137989 0 0 0 104334 89 0 0 20 0 3 0 275752447 662503424 138618 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 161744 138618 195 433 0 161308 0
[pid=21707/tid=21709] ppid=21705 vsize=646976 CPUtime=522.18 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 69372 0 0 0 52162 56 0 0 20 0 3 0 275752451 662503424 138618 33554432000 4194304 5965102 140733294788256 139971018544952 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=646976 CPUtime=522.18 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 66596 0 0 0 52171 47 0 0 20 0 3 0 275752451 662503424 138618 33554432000 4194304 5965102 140733294788256 139971008055640 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1044.23
Current children cumulated vsize (KiB) 646976

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21796
/proc/meminfo: memFree=27463028/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=647964 CPUtime=1164.21 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 149782 0 0 0 116321 100 0 0 20 0 3 0 275752447 663515136 150411 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 161991 150411 195 433 0 161555 0
[pid=21707/tid=21709] ppid=21705 vsize=647964 CPUtime=582.18 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 81100 0 0 0 58150 68 0 0 20 0 3 0 275752451 663515136 150411 33554432000 4194304 5965102 140733294788256 139971018544952 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=647964 CPUtime=582.18 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 66661 0 0 0 58170 48 0 0 20 0 3 0 275752451 663515136 150411 33554432000 4194304 5965102 140733294788256 139971008055368 4401118 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1164.21
Current children cumulated vsize (KiB) 647964

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21796
/proc/meminfo: memFree=27395764/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=716108 CPUtime=1284.18 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 164573 0 0 0 128303 115 0 0 20 0 3 0 275752447 733294592 165305 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 179027 165305 195 433 0 178591 0
[pid=21707/tid=21709] ppid=21705 vsize=716108 CPUtime=642.17 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 95675 0 0 0 64132 85 0 0 20 0 3 0 275752451 733294592 165305 33554432000 4194304 5965102 140733294788256 139971018545144 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=716108 CPUtime=642.19 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 66877 0 0 0 64170 49 0 0 20 0 3 0 275752451 733294592 165305 33554432000 4194304 5965102 140733294788256 139971008055368 4389245 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1284.18
Current children cumulated vsize (KiB) 716108

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21797
/proc/meminfo: memFree=27370760/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=717288 CPUtime=1404.11 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 164888 0 0 0 140295 116 0 0 20 0 3 0 275752447 734502912 165630 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 179322 165630 195 433 0 178886 0
[pid=21707/tid=21709] ppid=21705 vsize=717288 CPUtime=702.15 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 95700 0 0 0 70129 86 0 0 20 0 3 0 275752451 734502912 165630 33554432000 4194304 5965102 140733294788256 139971018545144 4401015 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=717288 CPUtime=702.17 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 67167 0 0 0 70166 51 0 0 20 0 3 0 275752451 734502912 165630 33554432000 4194304 5965102 140733294788256 139971008055656 4389982 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1404.11
Current children cumulated vsize (KiB) 717288

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21797
/proc/meminfo: memFree=27312244/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=783792 CPUtime=1524.06 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 178359 0 0 0 152276 130 0 0 20 0 3 0 275752447 802603008 179097 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 195948 179097 195 433 0 195512 0
[pid=21707/tid=21709] ppid=21705 vsize=783792 CPUtime=762.14 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 95748 0 0 0 76127 87 0 0 20 0 3 0 275752451 802603008 179097 33554432000 4194304 5965102 140733294788256 139971018545144 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=783792 CPUtime=762.15 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 80590 0 0 0 76149 66 0 0 20 0 3 0 275752451 802603008 179097 33554432000 4194304 5965102 140733294788256 139971008055608 4401131 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1524.06
Current children cumulated vsize (KiB) 783792

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21797
/proc/meminfo: memFree=27302532/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=785988 CPUtime=1644 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 180456 0 0 0 164269 131 0 0 20 0 3 0 275752447 804851712 181254 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 196497 181254 195 433 0 196061 0
[pid=21707/tid=21709] ppid=21705 vsize=785988 CPUtime=822.12 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 97393 0 0 0 82123 89 0 0 20 0 3 0 275752451 804851712 181254 33554432000 4194304 5965102 140733294788256 139971018544952 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=785988 CPUtime=822.14 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 81042 0 0 0 82147 67 0 0 20 0 3 0 275752451 804851712 181254 33554432000 4194304 5965102 140733294788256 139971008055656 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1644
Current children cumulated vsize (KiB) 785988

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21797
/proc/meminfo: memFree=27221896/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=854676 CPUtime=1763.98 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 190521 0 0 0 176262 136 0 0 20 0 3 0 275752447 875188224 191125 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 213669 191125 195 433 0 213233 0
[pid=21707/tid=21709] ppid=21705 vsize=854676 CPUtime=882.12 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 106797 0 0 0 88117 95 0 0 20 0 3 0 275752451 875188224 191125 33554432000 4194304 5965102 140733294788256 139971018544952 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=854676 CPUtime=882.14 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 81703 0 0 0 88146 68 0 0 20 0 3 0 275752451 875188224 191125 33554432000 4194304 5965102 140733294788256 139971008055712 4404767 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1763.98
Current children cumulated vsize (KiB) 854676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 4.06 4.00 3.95 5/181 21797
/proc/meminfo: memFree=27179860/32873648 swapFree=7104/7104
[pid=21707] ppid=21705 vsize=855944 CPUtime=1800.19 cores=1,3,5,7
/proc/21707/stat : 21707 (pwbo2.0) S 21705 21707 20135 0 -1 4202496 196922 0 0 0 179878 141 0 0 20 0 3 0 275752447 876486656 197526 33554432000 4194304 5965102 140733294788256 140733294787776 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21707/statm: 213986 197526 195 433 0 213550 0
[pid=21707/tid=21709] ppid=21705 vsize=855944 CPUtime=900.23 cores=1,3,5,7
/proc/21707/task/21709/stat : 21709 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 113160 0 0 0 89923 100 0 0 20 0 3 0 275752451 876486656 197526 33554432000 4194304 5965102 140733294788256 139971018545144 4401143 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=21707/tid=21710] ppid=21705 vsize=855944 CPUtime=900.25 cores=1,3,5,7
/proc/21707/task/21710/stat : 21710 (pwbo2.0) R 21705 21707 20135 0 -1 4202560 81741 0 0 0 89957 68 0 0 20 0 3 0 275752451 876486656 197526 33554432000 4194304 5965102 140733294788256 139971008055368 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 855944

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

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

Child status: 0
Real time (s): 900.423
CPU time (s): 1800.55
CPU user time (s): 1798.83
CPU system time (s): 1.71474
CPU usage (%): 199.967
Max. virtual memory (cumulated for all children) (KiB): 855944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.71474
maximum resident set size= 790116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196925
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= 704
involuntary context switches= 2111

runsolver used 1.56176 second user time and 5.32319 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 07:24:30
IDJOB=3703895
IDBENCH=71844
IDSOLVER=2279
FILE ID=node127/3703895-1338096270
RUNJOBID= node127-1338087073-20152
PBS_JOBID= 14624433
Free space on /tmp= 71172 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703895-1338096270/watcher-3703895-1338096270 -o /tmp/evaluation-result-3703895-1338096270/solver-3703895-1338096270 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703895-1338096270.opb

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=849242328

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:        28325704 kB
Buffers:          364464 kB
Cached:          3262812 kB
SwapCached:            0 kB
Active:          1169204 kB
Inactive:        2546516 kB
Active(anon):      90368 kB
Inactive(anon):        0 kB
Active(file):    1078836 kB
Inactive(file):  2546516 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12900 kB
Writeback:             0 kB
AnonPages:        106888 kB
Mapped:            15264 kB
Shmem:               200 kB
Slab:             690616 kB
SReclaimable:     134448 kB
SUnreclaim:       556168 kB
KernelStack:        1504 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     163596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 71168 MiB
End job on node127 at 2012-05-27 07:39:32