Trace number 3726196

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.2 900.432

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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726196-1338657861.opb.
0.00/0.00	c Instance file HOME/instance-3726196-1338657861.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.20/900.41	c ===============================================================================
1800.20/900.41	c Wall Clock Time: 900.41 s
1800.20/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-3726196-1338657861/watcher-3726196-1338657861 -o /tmp/evaluation-result-3726196-1338657861/solver-3726196-1338657861 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726196-1338657861.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.02 3.97 3.91 4/178 30593
/proc/meminfo: memFree=26939724/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=5212 CPUtime=0 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) R 30591 30593 28266 0 -1 4202496 539 0 0 0 0 0 0 0 20 0 1 0 331910944 5337088 491 33554432000 4194304 5964478 140734944697760 140734944696248 5179243 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 1303 491 168 433 0 788 0

[startup+0.0983069 s]
/proc/loadavg: 4.02 3.97 3.91 4/178 30593
/proc/meminfo: memFree=26939724/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=167132 CPUtime=0.15 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 3073 0 0 0 14 1 0 0 20 0 3 0 331910944 171143168 2946 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 41783 2946 192 433 0 41347 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 167132

[startup+0.100206 s]
/proc/loadavg: 4.02 3.97 3.91 4/178 30593
/proc/meminfo: memFree=26939724/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=167132 CPUtime=0.15 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 3077 0 0 0 14 1 0 0 20 0 3 0 331910944 171143168 2950 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 41783 2950 192 433 0 41347 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 167132

[startup+0.300118 s]
/proc/loadavg: 4.02 3.97 3.91 4/178 30593
/proc/meminfo: memFree=26939724/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=167132 CPUtime=0.55 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 3623 0 0 0 54 1 0 0 20 0 3 0 331910944 171143168 3496 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 41783 3496 192 433 0 41347 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 167132

[startup+0.70012 s]
/proc/loadavg: 4.02 3.97 3.91 4/178 30593
/proc/meminfo: memFree=26939724/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=167132 CPUtime=1.35 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 4756 0 0 0 132 3 0 0 20 0 3 0 331910944 171143168 4629 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 41783 4629 192 433 0 41347 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 167132

[startup+1.50024 s]
/proc/loadavg: 4.02 3.97 3.91 5/181 30596
/proc/meminfo: memFree=26916916/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=167276 CPUtime=2.94 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 6630 0 0 0 289 5 0 0 20 0 3 0 331910944 171290624 6503 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 41819 6503 192 433 0 41383 0
[pid=30593/tid=30595] ppid=30591 vsize=167276 CPUtime=1.44 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 2708 0 0 0 140 4 0 0 20 0 3 0 331910947 171290624 6503 33554432000 4194304 5964478 140734944697760 140487847368696 4399920 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=167276 CPUtime=1.45 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 1901 0 0 0 145 0 0 0 20 0 3 0 331910947 171290624 6503 33554432000 4194304 5964478 140734944697760 140487836879160 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 167276

[startup+3.10024 s]
/proc/loadavg: 4.02 3.97 3.91 5/181 30596
/proc/meminfo: memFree=26908112/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=167420 CPUtime=6.14 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 7158 0 0 0 609 5 0 0 20 0 3 0 331910944 171438080 7031 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 41855 7031 192 433 0 41419 0
[pid=30593/tid=30595] ppid=30591 vsize=167420 CPUtime=3.04 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 2814 0 0 0 300 4 0 0 20 0 3 0 331910947 171438080 7031 33554432000 4194304 5964478 140734944697760 140487847368744 4403698 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=167420 CPUtime=3.04 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 2323 0 0 0 304 0 0 0 20 0 3 0 331910947 171438080 7031 33554432000 4194304 5964478 140734944697760 140487836879160 4389132 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 167420

[startup+6.30028 s]
/proc/loadavg: 4.02 3.97 3.91 5/181 30596
/proc/meminfo: memFree=26890752/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=167564 CPUtime=12.55 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 10328 0 0 0 1249 6 0 0 20 0 3 0 331910944 171585536 10201 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 41891 10201 192 433 0 41455 0
[pid=30593/tid=30595] ppid=30591 vsize=167564 CPUtime=6.23 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 5052 0 0 0 619 4 0 0 20 0 3 0 331910947 171585536 10201 33554432000 4194304 5964478 140734944697760 140487847368744 4403664 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=167564 CPUtime=6.23 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 3255 0 0 0 623 0 0 0 20 0 3 0 331910947 171585536 10201 33554432000 4194304 5964478 140734944697760 140487836879160 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 167564

[startup+12.7003 s]
/proc/loadavg: 4.02 3.97 3.91 5/181 30596
/proc/meminfo: memFree=26829636/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=167928 CPUtime=25.35 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 15531 0 0 0 2527 8 0 0 20 0 3 0 331910944 171958272 15404 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 41982 15404 192 433 0 41546 0
[pid=30593/tid=30595] ppid=30591 vsize=167928 CPUtime=12.61 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 8013 0 0 0 1255 6 0 0 20 0 3 0 331910947 171958272 15404 33554432000 4194304 5964478 140734944697760 140487847368744 4410877 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=167928 CPUtime=12.62 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 5497 0 0 0 1261 1 0 0 20 0 3 0 331910947 171958272 15404 33554432000 4194304 5964478 140734944697760 140487836879072 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 167928

[startup+25.5003 s]
/proc/loadavg: 4.01 3.97 3.91 5/181 30596
/proc/meminfo: memFree=26758948/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=169204 CPUtime=50.94 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 23127 0 0 0 5083 11 0 0 20 0 3 0 331910944 173264896 23000 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 42301 23000 192 433 0 41865 0
[pid=30593/tid=30595] ppid=30591 vsize=169204 CPUtime=25.38 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 13041 0 0 0 2531 7 0 0 20 0 3 0 331910947 173264896 23000 33554432000 4194304 5964478 140734944697760 140487847368504 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=169204 CPUtime=25.38 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 8065 0 0 0 2536 2 0 0 20 0 3 0 331910947 173264896 23000 33554432000 4194304 5964478 140734944697760 140487836879072 4400115 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 169204

[startup+51.1003 s]
/proc/loadavg: 4.01 3.97 3.91 5/180 30596
/proc/meminfo: memFree=26681036/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=236700 CPUtime=102.13 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 32960 0 0 0 10198 15 0 0 20 0 3 0 331910944 242380800 32809 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 59175 32809 192 433 0 58739 0
[pid=30593/tid=30595] ppid=30591 vsize=236700 CPUtime=50.91 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 21022 0 0 0 5081 10 0 0 20 0 3 0 331910947 242380800 32809 33554432000 4194304 5964478 140734944697760 140487847368696 4403664 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=236700 CPUtime=50.92 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 9917 0 0 0 5089 3 0 0 20 0 3 0 331910947 242380800 32809 33554432000 4194304 5964478 140734944697760 140487836878920 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 236700

[startup+102.307 s]
/proc/loadavg: 4.07 3.99 3.92 5/181 30597
/proc/meminfo: memFree=26605620/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=238816 CPUtime=204.53 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 45397 0 0 0 20433 20 0 0 20 0 3 0 331910944 244547584 45246 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 59704 45246 192 433 0 59268 0
[pid=30593/tid=30595] ppid=30591 vsize=238816 CPUtime=101.98 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 28327 0 0 0 10184 14 0 0 20 0 3 0 331910947 244547584 45246 33554432000 4194304 5964478 140734944697760 140487847368800 4403500 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=238816 CPUtime=101.99 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 15049 0 0 0 10192 7 0 0 20 0 3 0 331910947 244547584 45246 33554432000 4194304 5964478 140734944697760 140487836879072 4381960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.53
Current children cumulated vsize (KiB) 238816

[startup+162.3 s]
/proc/loadavg: 4.03 3.99 3.92 5/181 30597
/proc/meminfo: memFree=26326184/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=373608 CPUtime=324.49 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 72717 0 0 0 32416 33 0 0 20 0 3 0 331910944 382574592 73020 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 93402 73020 192 433 0 92966 0
[pid=30593/tid=30595] ppid=30591 vsize=373608 CPUtime=161.82 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 46064 0 0 0 16158 24 0 0 20 0 3 0 331910947 382574592 73020 33554432000 4194304 5964478 140734944697760 140487847368608 4381960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=373608 CPUtime=161.83 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 24632 0 0 0 16171 12 0 0 20 0 3 0 331910947 382574592 73020 33554432000 4194304 5964478 140734944697760 140487836878920 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.49
Current children cumulated vsize (KiB) 373608

[startup+222.3 s]
/proc/loadavg: 4.01 3.99 3.92 5/181 30597
/proc/meminfo: memFree=26240848/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=377120 CPUtime=444.42 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 78340 0 0 0 44406 36 0 0 20 0 3 0 331910944 386170880 78702 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 94280 78702 192 433 0 93844 0
[pid=30593/tid=30595] ppid=30591 vsize=377120 CPUtime=221.62 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 46114 0 0 0 22137 25 0 0 20 0 3 0 331910947 386170880 78702 33554432000 4194304 5964478 140734944697760 140487847368800 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=377120 CPUtime=221.67 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 30205 0 0 0 22151 16 0 0 20 0 3 0 331910947 386170880 78702 33554432000 4194304 5964478 140734944697760 140487836878920 4400056 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.42
Current children cumulated vsize (KiB) 377120

[startup+282.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30597
/proc/meminfo: memFree=26160400/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=446072 CPUtime=564.35 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 98120 0 0 0 56389 46 0 0 20 0 3 0 331910944 456777728 98247 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 111518 98247 192 433 0 111082 0
[pid=30593/tid=30595] ppid=30591 vsize=446072 CPUtime=281.46 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 65224 0 0 0 28110 36 0 0 20 0 3 0 331910947 456777728 98247 33554432000 4194304 5964478 140734944697760 140487847368608 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=446072 CPUtime=281.47 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 30875 0 0 0 28130 17 0 0 20 0 3 0 331910947 456777728 98247 33554432000 4194304 5964478 140734944697760 140487836879208 4403370 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.35
Current children cumulated vsize (KiB) 446072

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/182 30600
/proc/meminfo: memFree=26112240/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=447868 CPUtime=684.29 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 98462 0 0 0 68382 47 0 0 20 0 3 0 331910944 458616832 98577 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 111967 98577 192 433 0 111531 0
[pid=30593/tid=30595] ppid=30591 vsize=447868 CPUtime=341.27 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 65264 0 0 0 34090 37 0 0 20 0 3 0 331910947 458616832 98577 33554432000 4194304 5964478 140734944697760 140487847368608 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=447868 CPUtime=341.31 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 31177 0 0 0 34112 19 0 0 20 0 3 0 331910947 458616832 98577 33554432000 4194304 5964478 140734944697760 140487836878920 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.29
Current children cumulated vsize (KiB) 447868

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/182 30601
/proc/meminfo: memFree=26036924/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=517072 CPUtime=804.26 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 110710 0 0 0 80369 57 0 0 20 0 3 0 331910944 529481728 111999 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 129268 111999 192 433 0 128832 0
[pid=30593/tid=30595] ppid=30591 vsize=517072 CPUtime=401.12 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 65516 0 0 0 40074 38 0 0 20 0 3 0 331910947 529481728 111999 33554432000 4194304 5964478 140734944697760 140487847368504 4400067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=517072 CPUtime=401.15 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 43173 0 0 0 40085 30 0 0 20 0 3 0 331910947 529481728 111999 33554432000 4194304 5964478 140734944697760 140487836879208 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.26
Current children cumulated vsize (KiB) 517072

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30601
/proc/meminfo: memFree=25903600/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=649428 CPUtime=924.25 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 144022 0 0 0 92322 103 0 0 20 0 3 0 331910944 665014272 145311 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 162357 145312 192 433 0 161921 0
[pid=30593/tid=30595] ppid=30591 vsize=649428 CPUtime=460.96 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 98614 0 0 0 46013 83 0 0 20 0 3 0 331910947 665014272 145312 33554432000 4194304 5964478 140734944697760 140487847368696 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=649428 CPUtime=461 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 43388 0 0 0 46068 32 0 0 20 0 3 0 331910947 665014272 145312 33554432000 4194304 5964478 140734944697760 140487836878920 4387948 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.25
Current children cumulated vsize (KiB) 649428

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30601
/proc/meminfo: memFree=25866924/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=716856 CPUtime=1044.23 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 151939 0 0 0 104296 127 0 0 20 0 3 0 331910944 734060544 153228 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 179214 153228 192 433 0 178778 0
[pid=30593/tid=30595] ppid=30591 vsize=716856 CPUtime=520.81 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 106181 0 0 0 51973 108 0 0 20 0 3 0 331910947 734060544 153228 33554432000 4194304 5964478 140734944697760 140487847368800 4400091 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=716856 CPUtime=520.84 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 43737 0 0 0 52052 32 0 0 20 0 3 0 331910947 734060544 153228 33554432000 4194304 5964478 140734944697760 140487836879208 4400067 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.23
Current children cumulated vsize (KiB) 716856

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30601
/proc/meminfo: memFree=25829876/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=716856 CPUtime=1164.21 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 151978 0 0 0 116294 127 0 0 20 0 3 0 331910944 734060544 153267 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 179214 153267 192 433 0 178778 0
[pid=30593/tid=30595] ppid=30591 vsize=716856 CPUtime=580.66 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 106182 0 0 0 57957 109 0 0 20 0 3 0 331910947 734060544 153267 33554432000 4194304 5964478 140734944697760 140487847368800 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=716856 CPUtime=580.69 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 43775 0 0 0 58036 33 0 0 20 0 3 0 331910947 734060544 153267 33554432000 4194304 5964478 140734944697760 140487836879072 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.21
Current children cumulated vsize (KiB) 716856

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30601
/proc/meminfo: memFree=25670316/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=784520 CPUtime=1284.21 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 169779 0 0 0 128274 147 0 0 20 0 3 0 331910944 803348480 171068 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 196130 171068 192 433 0 195694 0
[pid=30593/tid=30595] ppid=30591 vsize=784520 CPUtime=640.51 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 106186 0 0 0 63941 110 0 0 20 0 3 0 331910947 803348480 171068 33554432000 4194304 5964478 140734944697760 140487847368800 4400508 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=784520 CPUtime=640.54 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 61572 0 0 0 64000 54 0 0 20 0 3 0 331910947 803348480 171068 33554432000 4194304 5964478 140734944697760 140487836879160 5136420 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.21
Current children cumulated vsize (KiB) 784520

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30602
/proc/meminfo: memFree=25568076/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=852632 CPUtime=1404.17 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 186766 0 0 0 140244 173 0 0 20 0 3 0 331910944 873095168 188055 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 213158 188055 192 433 0 212722 0
[pid=30593/tid=30595] ppid=30591 vsize=852632 CPUtime=700.35 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 106222 0 0 0 69924 111 0 0 20 0 3 0 331910947 873095168 188055 33554432000 4194304 5964478 140734944697760 140487847368744 4400435 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=852632 CPUtime=700.38 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 78523 0 0 0 69957 81 0 0 20 0 3 0 331910947 873095168 188055 33554432000 4194304 5964478 140734944697760 140487836879160 4400457 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.17
Current children cumulated vsize (KiB) 852632

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30643
/proc/meminfo: memFree=26489404/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=920276 CPUtime=1524.15 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 199660 0 0 0 152221 194 0 0 20 0 3 0 331910944 942362624 201109 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 230069 201109 192 433 0 229633 0
[pid=30593/tid=30595] ppid=30591 vsize=920276 CPUtime=760.2 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 106222 0 0 0 75908 112 0 0 20 0 3 0 331910947 942362624 201109 33554432000 4194304 5964478 140734944697760 140487847368744 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=920276 CPUtime=760.22 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 91417 0 0 0 75920 102 0 0 20 0 3 0 331910947 942362624 201109 33554432000 4194304 5964478 140734944697760 140487836879160 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.15
Current children cumulated vsize (KiB) 920276

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30643
/proc/meminfo: memFree=26402136/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=923228 CPUtime=1644.07 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 210934 0 0 0 164197 210 0 0 20 0 3 0 331910944 945385472 212359 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 230807 212359 192 433 0 230371 0
[pid=30593/tid=30595] ppid=30591 vsize=923228 CPUtime=820.04 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 106256 0 0 0 81891 113 0 0 20 0 3 0 331910947 945385472 212359 33554432000 4194304 5964478 140734944697760 140487847368744 4403727 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=923228 CPUtime=820.01 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 102657 0 0 0 81882 119 0 0 20 0 3 0 331910947 945385472 212359 33554432000 4194304 5964478 140734944697760 140487836879160 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.07
Current children cumulated vsize (KiB) 923228

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/181 30643
/proc/meminfo: memFree=26330120/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=990096 CPUtime=1764 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 215390 0 0 0 176184 216 0 0 20 0 3 0 331910944 1013858304 216794 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 247524 216794 192 433 0 247088 0
[pid=30593/tid=30595] ppid=30591 vsize=990096 CPUtime=879.84 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 106297 0 0 0 87870 114 0 0 20 0 3 0 331910947 1013858304 216794 33554432000 4194304 5964478 140734944697760 140487847368744 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=990096 CPUtime=879.85 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 107072 0 0 0 87858 127 0 0 20 0 3 0 331910947 1013858304 216794 33554432000 4194304 5964478 140734944697760 140487836879160 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764
Current children cumulated vsize (KiB) 990096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 4.06 4.00 3.93 5/181 30643
/proc/meminfo: memFree=26327608/32873844 swapFree=6608/6608
[pid=30593] ppid=30591 vsize=990096 CPUtime=1800.2 cores=0,2,4,6
/proc/30593/stat : 30593 (pwbo2.02) S 30591 30593 28266 0 -1 4202496 215433 0 0 0 179804 216 0 0 20 0 3 0 331910944 1013858304 216835 33554432000 4194304 5964478 140734944697760 140734944697280 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30593/statm: 247524 216835 192 433 0 247088 0
[pid=30593/tid=30595] ppid=30591 vsize=990096 CPUtime=897.9 cores=0,2,4,6
/proc/30593/task/30595/stat : 30595 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 106328 0 0 0 89676 114 0 0 20 0 3 0 331910947 1013858304 216835 33554432000 4194304 5964478 140734944697760 140487847368744 4400109 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=30593/tid=30596] ppid=30591 vsize=990096 CPUtime=897.9 cores=0,2,4,6
/proc/30593/task/30596/stat : 30596 (pwbo2.02) R 30591 30593 28266 0 -1 4202560 107084 0 0 0 89663 127 0 0 20 0 3 0 331910947 1013858304 216835 33554432000 4194304 5964478 140734944697760 140487836879160 4381996 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 990096

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 30593 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=446354
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=453626
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.432
CPU time (s): 1800.2
CPU user time (s): 1798.04
CPU system time (s): 2.16
CPU usage (%): 199.926
Max. virtual memory (cumulated for all children) (KiB): 990096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.45
system time used= 2.45363
maximum resident set size= 867344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215434
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= 577
involuntary context switches= 1960

runsolver used 1.77073 second user time and 5.04423 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-02 19:24:21
IDJOB=3726196
IDBENCH=71844
IDSOLVER=2309
FILE ID=node140/3726196-1338657861
RUNJOBID= node140-1338651425-29649
PBS_JOBID= 14636440
Free space on /tmp= 70620 MiB

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

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

MD5SUM BENCH= 807bc542b75293285fea5916dfeaaa3e
RANDOM SEED=10809735

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
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		: 2667.094
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		: 2667.094
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:        26940516 kB
Buffers:          391316 kB
Cached:          4148792 kB
SwapCached:         1664 kB
Active:          1720060 kB
Inactive:        3326268 kB
Active(anon):     498704 kB
Inactive(anon):     9416 kB
Active(file):    1221356 kB
Inactive(file):  3316852 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:              6180 kB
Writeback:             0 kB
AnonPages:        511060 kB
Mapped:            11052 kB
Shmem:                 8 kB
Slab:             747868 kB
SReclaimable:     189576 kB
SUnreclaim:       558292 kB
KernelStack:        1504 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     169140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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= 70612 MiB
End job on node140 at 2012-06-02 19:39:23