Trace number 3703896

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.11 900.421

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
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 variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
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 7
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 947
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-3703896-1338096267.opb.
0.00/0.00	c Instance file HOME/instance-3703896-1338096267.opb
0.00/0.00	c File size is 469538 bytes.
0.00/0.04	c Cost Offset: 0
0.00/0.04	c Highest Coefficient sum: 947
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.05         s                                      |
0.00/0.04	c |  Number Variables:      4977                                                |
0.00/0.04	c |  Number Clauses:        5045                                                |
0.00/0.04	c |  Number Cardinality:    76                                                  |
0.00/0.04	c |  Number PB Constraints: 448                                                 |
0.00/0.04	c |                                                                             |
0.00/0.05	c |  Problem Type:          Optimization                                        |
0.00/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.05	c |                                                                             |
0.00/0.05	c ===============================================================================
1800.11/900.41	c ===============================================================================
1800.11/900.41	c Wall Clock Time: 900.41 s
1800.11/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-3703896-1338096267/watcher-3703896-1338096267 -o /tmp/evaluation-result-3703896-1338096267/solver-3703896-1338096267 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703896-1338096267.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: 4.00 3.97 3.95 4/178 22362
/proc/meminfo: memFree=29126716/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=5368 CPUtime=0 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) R 22360 22362 19605 0 -1 4202496 580 0 0 0 0 0 0 0 20 0 1 0 275752348 5496832 533 33554432000 4194304 5965102 140733295672496 140733942775944 5179915 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 1342 533 171 433 0 791 0

[startup+0.0562759 s]
/proc/loadavg: 4.00 3.97 3.95 4/178 22362
/proc/meminfo: memFree=29126716/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=169884 CPUtime=0.05 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 3479 0 0 0 5 0 0 0 20 0 3 0 275752348 173961216 3313 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 42471 3317 188 433 0 42035 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 169884

[startup+0.135091 s]
/proc/loadavg: 4.00 3.97 3.95 4/178 22362
/proc/meminfo: memFree=29126716/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=169500 CPUtime=0.2 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 4113 0 0 0 20 0 0 0 20 0 3 0 275752348 173568000 3868 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 42375 3868 195 433 0 41939 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 169500

[startup+0.300136 s]
/proc/loadavg: 4.00 3.97 3.95 4/178 22362
/proc/meminfo: memFree=29126716/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=169500 CPUtime=0.53 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 4485 0 0 0 53 0 0 0 20 0 3 0 275752348 173568000 4240 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 42375 4240 195 433 0 41939 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 169500

[startup+0.700187 s]
/proc/loadavg: 4.00 3.97 3.95 4/178 22362
/proc/meminfo: memFree=29126716/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=169500 CPUtime=1.34 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 5486 0 0 0 133 1 0 0 20 0 3 0 275752348 173568000 5241 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 42375 5241 195 433 0 41939 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 169500

[startup+1.50028 s]
/proc/loadavg: 4.00 3.97 3.95 5/181 22365
/proc/meminfo: memFree=29098792/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=169500 CPUtime=2.94 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 7725 0 0 0 290 4 0 0 20 0 3 0 275752348 173568000 7480 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 42375 7480 195 433 0 41939 0
[pid=22362/tid=22364] ppid=22360 vsize=169500 CPUtime=1.43 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 2887 0 0 0 143 0 0 0 20 0 3 0 275752353 173568000 7480 33554432000 4194304 5965102 140733295672496 140346308077560 5244967 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=169500 CPUtime=1.43 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 2240 0 0 0 140 3 0 0 20 0 3 0 275752353 173568000 7481 33554432000 4194304 5965102 140733295672496 140346297588024 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 169500

[startup+3.10029 s]
/proc/loadavg: 4.00 3.97 3.95 5/181 22365
/proc/meminfo: memFree=29082532/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=169500 CPUtime=6.13 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 9103 0 0 0 607 6 0 0 20 0 3 0 275752348 173568000 8858 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 42375 8858 195 433 0 41939 0
[pid=22362/tid=22364] ppid=22360 vsize=169500 CPUtime=3.03 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 3548 0 0 0 303 0 0 0 20 0 3 0 275752353 173568000 8858 33554432000 4194304 5965102 140733295672496 140346308077560 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=169500 CPUtime=3.02 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 2957 0 0 0 297 5 0 0 20 0 3 0 275752353 173568000 8858 33554432000 4194304 5965102 140733295672496 140346297587960 4390150 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 169500

[startup+6.3003 s]
/proc/loadavg: 4.00 3.97 3.95 5/181 22365
/proc/meminfo: memFree=29050052/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=169716 CPUtime=12.53 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 13876 0 0 0 1241 12 0 0 20 0 3 0 275752348 173789184 13631 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 42429 13631 195 433 0 41993 0
[pid=22362/tid=22364] ppid=22360 vsize=169716 CPUtime=6.22 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 6049 0 0 0 621 1 0 0 20 0 3 0 275752353 173789184 13631 33554432000 4194304 5965102 140733295672496 140346308077560 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=169716 CPUtime=6.21 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 5229 0 0 0 611 10 0 0 20 0 3 0 275752353 173789184 13631 33554432000 4194304 5965102 140733295672496 140346297588024 5137076 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 169716

[startup+12.7003 s]
/proc/loadavg: 4.00 3.97 3.95 5/181 22365
/proc/meminfo: memFree=28977644/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=169932 CPUtime=25.33 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 19519 0 0 0 2511 22 0 0 20 0 3 0 275752348 174010368 19274 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 42483 19274 195 433 0 42047 0
[pid=22362/tid=22364] ppid=22360 vsize=169932 CPUtime=12.6 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 8958 0 0 0 1258 2 0 0 20 0 3 0 275752353 174010368 19274 33554432000 4194304 5965102 140733295672496 140346308077560 4383033 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=169932 CPUtime=12.6 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 7963 0 0 0 1241 19 0 0 20 0 3 0 275752353 174010368 19274 33554432000 4194304 5965102 140733295672496 140346297588024 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 169932

[startup+25.5004 s]
/proc/loadavg: 4.00 3.97 3.95 5/181 22365
/proc/meminfo: memFree=28839880/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=170592 CPUtime=50.93 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 27824 0 0 0 5061 32 0 0 20 0 3 0 275752348 174686208 27579 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 42648 27579 195 433 0 42212 0
[pid=22362/tid=22364] ppid=22360 vsize=170592 CPUtime=25.37 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 14513 0 0 0 2531 6 0 0 20 0 3 0 275752353 174686208 27579 33554432000 4194304 5965102 140733295672496 140346308077560 5137076 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=170592 CPUtime=25.36 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 10713 0 0 0 2511 25 0 0 20 0 3 0 275752353 174686208 27579 33554432000 4194304 5965102 140733295672496 140346297587784 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 170592

[startup+51.1004 s]
/proc/loadavg: 4.00 3.97 3.95 5/181 22365
/proc/meminfo: memFree=28579332/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=237612 CPUtime=102.1 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 50207 0 0 0 10157 53 0 0 20 0 3 0 275752348 243314688 50241 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 59403 50241 195 433 0 58967 0
[pid=22362/tid=22364] ppid=22360 vsize=237612 CPUtime=50.89 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 31318 0 0 0 5077 12 0 0 20 0 3 0 275752353 243314688 50241 33554432000 4194304 5965102 140733295672496 140346308077608 4401131 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=237612 CPUtime=50.89 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 16291 0 0 0 5049 40 0 0 20 0 3 0 275752353 243314688 50241 33554432000 4194304 5965102 140733295672496 140346297588016 4400960 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) 237612

[startup+102.307 s]
/proc/loadavg: 4.00 3.97 3.95 5/181 22365
/proc/meminfo: memFree=28322184/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=304680 CPUtime=204.45 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 59384 0 0 0 20376 69 0 0 20 0 3 0 275752348 311992320 59394 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 76170 59394 195 433 0 75734 0
[pid=22362/tid=22364] ppid=22360 vsize=304680 CPUtime=101.93 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 31639 0 0 0 10180 13 0 0 20 0 3 0 275752353 311992320 59394 33554432000 4194304 5965102 140733295672496 140346308077560 4401118 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=304680 CPUtime=101.96 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 25147 0 0 0 10139 57 0 0 20 0 3 0 275752353 311992320 59394 33554432000 4194304 5965102 140733295672496 140346297588024 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.45
Current children cumulated vsize (KiB) 304680

[startup+162.3 s]
/proc/loadavg: 4.00 3.97 3.95 5/182 22366
/proc/meminfo: memFree=27733576/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=372124 CPUtime=324.37 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 70206 0 0 0 32362 75 0 0 20 0 3 0 275752348 381054976 70196 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 93031 70196 195 433 0 92595 0
[pid=22362/tid=22364] ppid=22360 vsize=372124 CPUtime=161.76 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 36282 0 0 0 16158 18 0 0 20 0 3 0 275752353 381054976 70196 33554432000 4194304 5965102 140733295672496 140346308077368 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=372124 CPUtime=161.76 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 31326 0 0 0 16116 60 0 0 20 0 3 0 275752353 381054976 70196 33554432000 4194304 5965102 140733295672496 140346297587784 4383033 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.37
Current children cumulated vsize (KiB) 372124

[startup+222.3 s]
/proc/loadavg: 4.04 3.99 3.95 5/181 22366
/proc/meminfo: memFree=27200592/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=505688 CPUtime=444.33 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 92564 0 0 0 44344 89 0 0 20 0 3 0 275752348 517824512 93794 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 126422 93794 195 433 0 125986 0
[pid=22362/tid=22364] ppid=22360 vsize=505688 CPUtime=221.61 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 54738 0 0 0 22131 30 0 0 20 0 3 0 275752353 517824512 93794 33554432000 4194304 5965102 140733295672496 140346308077560 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=505688 CPUtime=221.59 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 35228 0 0 0 22095 64 0 0 20 0 3 0 275752353 517824512 93794 33554432000 4194304 5965102 140733295672496 140346297587784 4383048 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 444.33
Current children cumulated vsize (KiB) 505688

[startup+282.3 s]
/proc/loadavg: 4.01 3.99 3.95 5/181 22367
/proc/meminfo: memFree=26863064/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=508176 CPUtime=564.3 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 98416 0 0 0 56336 94 0 0 20 0 3 0 275752348 520372224 99646 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 127044 99646 195 433 0 126608 0
[pid=22362/tid=22364] ppid=22360 vsize=508176 CPUtime=281.45 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 57258 0 0 0 28112 33 0 0 20 0 3 0 275752353 520372224 99646 33554432000 4194304 5965102 140733295672496 140346308077368 4401149 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=508176 CPUtime=281.43 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 38560 0 0 0 28075 68 0 0 20 0 3 0 275752353 520372224 99646 33554432000 4194304 5965102 140733295672496 140346297587832 4383297 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 564.3
Current children cumulated vsize (KiB) 508176

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/182 22370
/proc/meminfo: memFree=26356420/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=639760 CPUtime=684.28 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 133999 0 0 0 68313 115 0 0 20 0 3 0 275752348 655114240 135209 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 159940 135209 195 433 0 159504 0
[pid=22362/tid=22364] ppid=22360 vsize=639760 CPUtime=341.3 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 82475 0 0 0 34082 48 0 0 20 0 3 0 275752353 655114240 135209 33554432000 4194304 5965102 140733295672496 140346308077560 4401107 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=639760 CPUtime=341.27 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 48926 0 0 0 34051 76 0 0 20 0 3 0 275752353 655114240 135209 33554432000 4194304 5965102 140733295672496 140346297588024 4404746 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 684.28
Current children cumulated vsize (KiB) 639760

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 22370
/proc/meminfo: memFree=25860828/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=772060 CPUtime=804.26 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 174289 0 0 0 80282 144 0 0 20 0 3 0 275752348 790589440 175499 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 193015 175499 195 433 0 192579 0
[pid=22362/tid=22364] ppid=22360 vsize=772060 CPUtime=401.14 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 89471 0 0 0 40063 51 0 0 20 0 3 0 275752353 790589440 175499 33554432000 4194304 5965102 140733295672496 140346308077560 5137076 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=772060 CPUtime=401.11 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 82220 0 0 0 40008 103 0 0 20 0 3 0 275752353 790589440 175499 33554432000 4194304 5965102 140733295672496 140346297588024 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 804.26
Current children cumulated vsize (KiB) 772060

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 22370
/proc/meminfo: memFree=25598288/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=773352 CPUtime=924.23 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 179625 0 0 0 92276 147 0 0 20 0 3 0 275752348 791912448 180099 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 193338 180099 195 433 0 192902 0
[pid=22362/tid=22364] ppid=22360 vsize=773352 CPUtime=460.99 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 93145 0 0 0 46045 54 0 0 20 0 3 0 275752353 791912448 180099 33554432000 4194304 5965102 140733295672496 140346308077592 4383036 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=773352 CPUtime=460.95 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 83882 0 0 0 45991 104 0 0 20 0 3 0 275752353 791912448 180099 33554432000 4194304 5965102 140733295672496 140346297587832 4383033 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 924.23
Current children cumulated vsize (KiB) 773352

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 22370
/proc/meminfo: memFree=25118312/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=774348 CPUtime=1044.2 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 179825 0 0 0 104273 147 0 0 20 0 3 0 275752348 792932352 180299 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 193587 180299 195 433 0 193151 0
[pid=22362/tid=22364] ppid=22360 vsize=774348 CPUtime=520.84 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 93191 0 0 0 52029 55 0 0 20 0 3 0 275752353 792932352 180299 33554432000 4194304 5965102 140733295672496 140346308077736 4401155 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=774348 CPUtime=520.79 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 84036 0 0 0 51974 105 0 0 20 0 3 0 275752353 792932352 180299 33554432000 4194304 5965102 140733295672496 140346297587784 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1044.2
Current children cumulated vsize (KiB) 774348

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 22412
/proc/meminfo: memFree=30573280/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=775360 CPUtime=1164.16 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 179969 0 0 0 116269 147 0 0 20 0 3 0 275752348 793968640 180634 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 193840 180634 195 433 0 193404 0
[pid=22362/tid=22364] ppid=22360 vsize=775360 CPUtime=580.68 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 93191 0 0 0 58012 56 0 0 20 0 3 0 275752353 793968640 180634 33554432000 4194304 5965102 140733295672496 140346308077664 4404761 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=775360 CPUtime=580.61 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 84180 0 0 0 57955 106 0 0 20 0 3 0 275752353 793968640 180634 33554432000 4194304 5965102 140733295672496 140346297587936 4401127 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1164.16
Current children cumulated vsize (KiB) 775360

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 22412
/proc/meminfo: memFree=30535540/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=776680 CPUtime=1284.12 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 180358 0 0 0 128265 147 0 0 20 0 3 0 275752348 795320320 181478 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 194170 181478 195 433 0 193734 0
[pid=22362/tid=22364] ppid=22360 vsize=776680 CPUtime=640.52 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 93244 0 0 0 63995 57 0 0 20 0 3 0 275752353 795320320 181478 33554432000 4194304 5965102 140733295672496 140346308077664 4383069 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=776680 CPUtime=640.45 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 84516 0 0 0 63938 107 0 0 20 0 3 0 275752353 795320320 181478 33554432000 4194304 5965102 140733295672496 140346297587784 4401015 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1284.12
Current children cumulated vsize (KiB) 776680

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 22412
/proc/meminfo: memFree=30520748/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=777244 CPUtime=1404.07 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 180497 0 0 0 140260 147 0 0 20 0 3 0 275752348 795897856 181614 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 194311 181614 195 433 0 193875 0
[pid=22362/tid=22364] ppid=22360 vsize=777244 CPUtime=700.36 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 93244 0 0 0 69978 58 0 0 20 0 3 0 275752353 795897856 181614 33554432000 4194304 5965102 140733295672496 140346308077664 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=777244 CPUtime=700.27 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 84655 0 0 0 69919 108 0 0 20 0 3 0 275752353 795897856 181614 33554432000 4194304 5965102 140733295672496 140346297587784 4401127 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1404.07
Current children cumulated vsize (KiB) 777244

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 22412
/proc/meminfo: memFree=30431928/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=843168 CPUtime=1524.03 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 198299 0 0 0 152242 161 0 0 20 0 3 0 275752348 863404032 199467 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 210792 199467 195 433 0 210356 0
[pid=22362/tid=22364] ppid=22360 vsize=843168 CPUtime=760.17 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 110965 0 0 0 75944 73 0 0 20 0 3 0 275752353 863404032 199467 33554432000 4194304 5965102 140733295672496 140346308077560 4383036 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=843168 CPUtime=760.12 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 84736 0 0 0 75903 109 0 0 20 0 3 0 275752353 863404032 199467 33554432000 4194304 5965102 140733295672496 140346297587784 4392822 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1524.03
Current children cumulated vsize (KiB) 843168

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 22412
/proc/meminfo: memFree=30397112/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=911796 CPUtime=1643.95 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 205679 0 0 0 164229 166 0 0 20 0 3 0 275752348 933679104 206957 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 227949 206957 195 433 0 227513 0
[pid=22362/tid=22364] ppid=22360 vsize=911796 CPUtime=819.97 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 117828 0 0 0 81919 78 0 0 20 0 3 0 275752353 933679104 206957 33554432000 4194304 5965102 140733295672496 140346308077608 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=911796 CPUtime=819.95 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 85253 0 0 0 81885 110 0 0 20 0 3 0 275752353 933679104 206957 33554432000 4194304 5965102 140733295672496 140346297587784 4382991 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1643.95
Current children cumulated vsize (KiB) 911796

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/180 22412
/proc/meminfo: memFree=30356896/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=912168 CPUtime=1763.91 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 205910 0 0 0 176225 166 0 0 20 0 3 0 275752348 934060032 207196 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 228042 207196 195 433 0 227606 0
[pid=22362/tid=22364] ppid=22360 vsize=912168 CPUtime=879.8 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 117990 0 0 0 87901 79 0 0 20 0 3 0 275752353 934060032 207196 33554432000 4194304 5965102 140733295672496 140346308077368 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=912168 CPUtime=879.8 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 85322 0 0 0 87869 111 0 0 20 0 3 0 275752353 934060032 207196 33554432000 4194304 5965102 140733295672496 140346297587784 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1763.91
Current children cumulated vsize (KiB) 912168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 22413
/proc/meminfo: memFree=30350432/32873844 swapFree=7112/7112
[pid=22362] ppid=22360 vsize=912316 CPUtime=1800.11 cores=1,3,5,7
/proc/22362/stat : 22362 (pwbo2.0) S 22360 22362 19605 0 -1 4202496 205951 0 0 0 179845 166 0 0 20 0 3 0 275752348 934211584 207231 33554432000 4194304 5965102 140733295672496 140733295672016 4547341 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22362/statm: 228079 207231 195 433 0 227643 0
[pid=22362/tid=22364] ppid=22360 vsize=912316 CPUtime=897.85 cores=1,3,5,7
/proc/22362/task/22364/stat : 22364 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 117998 0 0 0 89706 79 0 0 20 0 3 0 275752353 934211584 207231 33554432000 4194304 5965102 140733295672496 140346308077368 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=22362/tid=22365] ppid=22360 vsize=912316 CPUtime=897.85 cores=1,3,5,7
/proc/22362/task/22365/stat : 22365 (pwbo2.0) R 22360 22362 19605 0 -1 4202560 85355 0 0 0 89674 111 0 0 20 0 3 0 275752353 934211584 207231 33554432000 4194304 5965102 140733295672496 140346297587784 4382600 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 912316

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 22362 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=862291
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=931706
# CPU time returned by wait4() is 1795.79
# while last known CPU time is 1800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.421
CPU time (s): 1800.11
CPU user time (s): 1798.45
CPU system time (s): 1.66
CPU usage (%): 199.919
Max. virtual memory (cumulated for all children) (KiB): 912316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.86
system time used= 1.93171
maximum resident set size= 828928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205952
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= 797
involuntary context switches= 2199

runsolver used 1.9417 second user time and 5.42518 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-27 07:24:27
IDJOB=3703896
IDBENCH=71843
IDSOLVER=2279
FILE ID=node119/3703896-1338096267
RUNJOBID= node119-1338085105-19622
PBS_JOBID= 14624426
Free space on /tmp= 71600 MiB

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

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=1464297053

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:        29126988 kB
Buffers:          257968 kB
Cached:           274356 kB
SwapCached:         1776 kB
Active:          2885048 kB
Inactive:          61180 kB
Active(anon):    2414196 kB
Inactive(anon):     1972 kB
Active(file):     470852 kB
Inactive(file):    59208 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:              5988 kB
Writeback:             0 kB
AnonPages:       2419316 kB
Mapped:            12536 kB
Shmem:                 8 kB
Slab:             656300 kB
SReclaimable:      98244 kB
SUnreclaim:       558056 kB
KernelStack:        1504 kB
PageTables:         8428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     216812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    516096 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= 71592 MiB
End job on node119 at 2012-05-27 07:39:29