Trace number 3704047

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.19 900.518

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
MD5SUMf98241fe158e95fe184473fa73acbc2e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1296
Best CPU time to get the best result obtained on this benchmark285.746
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 898854
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 898854
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704047-1338098687.opb.
0.00/0.00	c Instance file HOME/instance-3704047-1338098687.opb
0.00/0.00	c File size is 2762827 bytes.
0.18/0.28	c Cost Offset: -898854
0.18/0.28	c Highest Coefficient sum: 166446
0.18/0.29	c ============================[ Problem Statistics ]=============================
0.18/0.29	c |                                                                             |
0.18/0.29	c |  Parsing time:          0.29         s                                      |
0.18/0.29	c |  Number Variables:      40451                                               |
0.18/0.29	c |  Number Clauses:        40396                                               |
0.18/0.29	c |  Number Cardinality:    553                                                 |
0.18/0.29	c |  Number PB Constraints: 1                                                   |
0.18/0.29	c |                                                                             |
0.29/0.33	c |  Problem Type:          Optimization                                        |
0.29/0.33	c |  Objective Function:    PB Constraint                                       |
0.29/0.33	c |                                                                             |
0.29/0.33	c ===============================================================================
1800.19/900.51	c ===============================================================================
1800.19/900.51	c Wall Clock Time: 900.51 s
1800.19/900.51	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-3704047-1338098687/watcher-3704047-1338098687 -o /tmp/evaluation-result-3704047-1338098687/solver-3704047-1338098687 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704047-1338098687.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.87 3.98 3.95 4/178 13424
/proc/meminfo: memFree=30451824/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=7800 CPUtime=0 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) R 13422 13424 11438 0 -1 4202496 602 0 0 0 0 0 0 0 20 0 1 0 275997312 7987200 554 33554432000 4194304 5965102 140734093508320 140735044315080 4396379 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 1950 555 159 433 0 839 0

[startup+0.0936639 s]
/proc/loadavg: 3.87 3.98 3.95 4/178 13424
/proc/meminfo: memFree=30451824/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=25452 CPUtime=0.08 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) R 13422 13424 11438 0 -1 4202496 4970 0 0 0 8 0 0 0 20 0 1 0 275997312 26062848 4678 33554432000 4194304 5965102 140734093508320 140735044315080 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 6363 4678 358 433 0 5252 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25452

[startup+0.100267 s]
/proc/loadavg: 3.87 3.98 3.95 4/178 13424
/proc/meminfo: memFree=30451824/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=26112 CPUtime=0.09 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) R 13422 13424 11438 0 -1 4202496 5191 0 0 0 9 0 0 0 20 0 1 0 275997312 26738688 4898 33554432000 4194304 5965102 140734093508320 140735044315080 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 6528 4907 369 433 0 5417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26112

[startup+0.300159 s]
/proc/loadavg: 3.87 3.98 3.95 4/178 13424
/proc/meminfo: memFree=30451824/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=203524 CPUtime=0.29 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 12546 0 0 0 27 2 0 0 20 0 3 0 275997312 208408576 11458 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 50881 11465 176 433 0 50445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 203524

[startup+0.700172 s]
/proc/loadavg: 3.87 3.98 3.95 4/178 13424
/proc/meminfo: memFree=30451824/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=204084 CPUtime=1.07 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 24865 0 0 0 103 4 0 0 20 0 3 0 275997312 208982016 21296 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 51021 21296 199 433 0 50585 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 204084

[startup+1.50029 s]
/proc/loadavg: 3.87 3.98 3.95 5/181 13427
/proc/meminfo: memFree=30364612/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=204084 CPUtime=2.68 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 31317 0 0 0 262 6 0 0 20 0 3 0 275997312 208982016 23267 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 51021 23267 199 433 0 50585 0
[pid=13424/tid=13426] ppid=13422 vsize=204084 CPUtime=1.19 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 18908 0 0 0 116 3 0 0 20 0 3 0 275997341 208982016 23267 33554432000 4194304 5965102 140734093508320 140056065456472 5237527 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=204084 CPUtime=1.18 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 2574 0 0 0 116 2 0 0 20 0 3 0 275997341 208982016 23267 33554432000 4194304 5965102 140734093508320 140056054966584 4390150 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 204084

[startup+3.10028 s]
/proc/loadavg: 3.87 3.98 3.95 5/181 13427
/proc/meminfo: memFree=30355560/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=204084 CPUtime=5.87 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 41659 0 0 0 580 7 0 0 20 0 3 0 275997312 208982016 26096 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 51021 26096 200 433 0 50585 0
[pid=13424/tid=13426] ppid=13422 vsize=204084 CPUtime=2.78 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 29212 0 0 0 273 5 0 0 20 0 3 0 275997341 208982016 26096 33554432000 4194304 5965102 140734093508320 140056065456664 4408783 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=204084 CPUtime=2.78 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 2612 0 0 0 276 2 0 0 20 0 3 0 275997341 208982016 26096 33554432000 4194304 5965102 140734093508320 140056054966632 4222416 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 204084

[startup+6.30036 s]
/proc/loadavg: 3.88 3.98 3.95 5/181 13427
/proc/meminfo: memFree=30327100/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=269620 CPUtime=12.27 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 61239 0 0 0 1216 11 0 0 20 0 3 0 275997312 276090880 32598 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 67405 32598 200 433 0 66969 0
[pid=13424/tid=13426] ppid=13422 vsize=269620 CPUtime=5.98 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 48715 0 0 0 590 8 0 0 20 0 3 0 275997341 276090880 32598 33554432000 4194304 5965102 140734093508320 140056065456664 5143165 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=269620 CPUtime=5.97 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 2689 0 0 0 595 2 0 0 20 0 3 0 275997341 276090880 32598 33554432000 4194304 5965102 140734093508320 140056054966584 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 269620

[startup+12.7004 s]
/proc/loadavg: 3.89 3.98 3.95 5/181 13427
/proc/meminfo: memFree=30280904/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=269620 CPUtime=25.07 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 116910 0 0 0 2485 22 0 0 20 0 3 0 275997312 276090880 43526 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 67405 43526 200 433 0 66969 0
[pid=13424/tid=13426] ppid=13422 vsize=269620 CPUtime=12.36 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 104256 0 0 0 1218 18 0 0 20 0 3 0 275997341 276090880 43526 33554432000 4194304 5965102 140734093508320 140056065456472 4408871 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=269620 CPUtime=12.34 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 2819 0 0 0 1232 2 0 0 20 0 3 0 275997341 276090880 43526 33554432000 4194304 5965102 140734093508320 140056054966632 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 269620

[startup+25.5004 s]
/proc/loadavg: 3.91 3.98 3.95 5/181 13427
/proc/meminfo: memFree=30200104/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=400804 CPUtime=50.66 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 186950 0 0 0 5032 34 0 0 20 0 3 0 275997312 410423296 62429 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 100201 62429 200 433 0 99765 0
[pid=13424/tid=13426] ppid=13422 vsize=400804 CPUtime=25.13 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 174029 0 0 0 2483 30 0 0 20 0 3 0 275997341 410423296 62429 33554432000 4194304 5965102 140734093508320 140056065456536 4445838 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=400804 CPUtime=25.11 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 3086 0 0 0 2509 2 0 0 20 0 3 0 275997341 410423296 62429 33554432000 4194304 5965102 140734093508320 140056054966632 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 400804

[startup+51.1004 s]
/proc/loadavg: 3.94 3.98 3.95 5/181 13427
/proc/meminfo: memFree=30086580/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=466340 CPUtime=101.85 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 275606 0 0 0 10134 51 0 0 20 0 3 0 275997312 477532160 89818 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 116585 89818 200 433 0 116149 0
[pid=13424/tid=13426] ppid=13422 vsize=466340 CPUtime=50.66 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 262206 0 0 0 5020 46 0 0 20 0 3 0 275997341 477532160 89818 33554432000 4194304 5965102 140734093508320 140056065456664 5135042 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=466340 CPUtime=50.63 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 3565 0 0 0 5060 3 0 0 20 0 3 0 275997341 477532160 89818 33554432000 4194304 5965102 140734093508320 140056054966584 4390200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 466340

[startup+102.3 s]
/proc/loadavg: 3.97 3.98 3.95 5/181 13428
/proc/meminfo: memFree=29870752/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=662948 CPUtime=204.25 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 422614 0 0 0 20346 79 0 0 20 0 3 0 275997312 678858752 134563 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 165737 134563 200 433 0 165301 0
[pid=13424/tid=13426] ppid=13422 vsize=662948 CPUtime=101.74 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 408231 0 0 0 10100 74 0 0 20 0 3 0 275997341 678858752 134563 33554432000 4194304 5965102 140734093508320 140056065456664 5144296 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=662948 CPUtime=101.71 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 4548 0 0 0 10166 5 0 0 20 0 3 0 275997341 678858752 134563 33554432000 4194304 5965102 140734093508320 140056054966584 4404757 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.25
Current children cumulated vsize (KiB) 662948

[startup+162.3 s]
/proc/loadavg: 3.99 3.98 3.95 5/181 13428
/proc/meminfo: memFree=29681176/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=864416 CPUtime=324.22 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 549010 0 0 0 32315 107 0 0 20 0 3 0 275997312 885161984 184172 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 216104 184172 200 433 0 215668 0
[pid=13424/tid=13426] ppid=13422 vsize=864416 CPUtime=161.58 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 533571 0 0 0 16057 101 0 0 20 0 3 0 275997341 885161984 184172 33554432000 4194304 5965102 140734093508320 140056065456664 4381984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=864416 CPUtime=161.54 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 5604 0 0 0 16146 8 0 0 20 0 3 0 275997341 885161984 184172 33554432000 4194304 5965102 140734093508320 140056054966632 4390204 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.22
Current children cumulated vsize (KiB) 864416

[startup+222.306 s]
/proc/loadavg: 3.99 3.98 3.95 5/181 13428
/proc/meminfo: memFree=29609508/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=929952 CPUtime=444.2 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 594719 0 0 0 44305 115 0 0 20 0 3 0 275997312 952270848 198952 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 232488 198952 200 433 0 232052 0
[pid=13424/tid=13426] ppid=13422 vsize=929952 CPUtime=221.43 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 578451 0 0 0 22033 110 0 0 20 0 3 0 275997341 952270848 198952 33554432000 4194304 5965102 140734093508320 140056065456472 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=929952 CPUtime=221.39 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 6433 0 0 0 22130 9 0 0 20 0 3 0 275997341 952270848 198952 33554432000 4194304 5965102 140734093508320 140056054966584 4390169 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.2
Current children cumulated vsize (KiB) 929952

[startup+282.3 s]
/proc/loadavg: 3.99 3.98 3.95 5/181 13428
/proc/meminfo: memFree=29582204/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=929952 CPUtime=564.17 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 613321 0 0 0 56296 121 0 0 20 0 3 0 275997312 952270848 205474 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 232488 205474 200 433 0 232052 0
[pid=13424/tid=13426] ppid=13422 vsize=929952 CPUtime=281.27 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 595663 0 0 0 28012 115 0 0 20 0 3 0 275997341 952270848 205474 33554432000 4194304 5965102 140734093508320 140056065456472 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=929952 CPUtime=281.23 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 7823 0 0 0 28111 12 0 0 20 0 3 0 275997341 952270848 205474 33554432000 4194304 5965102 140734093508320 140056054966584 4383000 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.17
Current children cumulated vsize (KiB) 929952

[startup+342.3 s]
/proc/loadavg: 3.99 3.98 3.95 5/182 13431
/proc/meminfo: memFree=29558292/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=929952 CPUtime=684.16 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 616569 0 0 0 68293 123 0 0 20 0 3 0 275997312 952270848 210285 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 232488 210285 200 433 0 232052 0
[pid=13424/tid=13426] ppid=13422 vsize=929952 CPUtime=341.12 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 597662 0 0 0 33995 117 0 0 20 0 3 0 275997341 952270848 210285 33554432000 4194304 5965102 140734093508320 140056065456968 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=929952 CPUtime=341.07 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 9072 0 0 0 34093 14 0 0 20 0 3 0 275997341 952270848 210285 33554432000 4194304 5965102 140734093508320 140056054966584 4390112 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.16
Current children cumulated vsize (KiB) 929952

[startup+402.3 s]
/proc/loadavg: 3.99 3.98 3.95 5/181 13432
/proc/meminfo: memFree=29512116/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=995488 CPUtime=804.14 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 617417 0 0 0 80291 123 0 0 20 0 3 0 275997312 1019379712 212684 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 248872 212684 200 433 0 248436 0
[pid=13424/tid=13426] ppid=13422 vsize=995488 CPUtime=400.96 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 598417 0 0 0 39978 118 0 0 20 0 3 0 275997341 1019379712 212684 33554432000 4194304 5965102 140734093508320 140056065456424 4401155 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=995488 CPUtime=400.91 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 9165 0 0 0 40076 15 0 0 20 0 3 0 275997341 1019379712 212684 33554432000 4194304 5965102 140734093508320 140056054966584 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.14
Current children cumulated vsize (KiB) 995488

[startup+462.3 s]
/proc/loadavg: 4.04 3.99 3.96 5/181 13432
/proc/meminfo: memFree=29505668/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=995488 CPUtime=924.1 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 617442 0 0 0 92287 123 0 0 20 0 3 0 275997312 1019379712 213295 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 248872 213295 200 433 0 248436 0
[pid=13424/tid=13426] ppid=13422 vsize=995488 CPUtime=460.79 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 598439 0 0 0 45961 118 0 0 20 0 3 0 275997341 1019379712 213295 33554432000 4194304 5965102 140734093508320 140056065456424 4380048 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=995488 CPUtime=460.75 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 9168 0 0 0 46059 16 0 0 20 0 3 0 275997341 1019379712 213295 33554432000 4194304 5965102 140734093508320 140056054966584 4390200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.1
Current children cumulated vsize (KiB) 995488

[startup+522.3 s]
/proc/loadavg: 4.01 3.99 3.96 5/181 13432
/proc/meminfo: memFree=29494620/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=995488 CPUtime=1044.06 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 618293 0 0 0 104283 123 0 0 20 0 3 0 275997312 1019379712 215645 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 248872 215645 200 433 0 248436 0
[pid=13424/tid=13426] ppid=13422 vsize=995488 CPUtime=520.61 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 599290 0 0 0 51942 119 0 0 20 0 3 0 275997341 1019379712 215645 33554432000 4194304 5965102 140734093508320 140056065455928 4401078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=995488 CPUtime=520.59 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 9168 0 0 0 52043 16 0 0 20 0 3 0 275997341 1019379712 215645 33554432000 4194304 5965102 140734093508320 140056054966584 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.06
Current children cumulated vsize (KiB) 995488

[startup+582.3 s]
/proc/loadavg: 4.08 4.01 3.96 5/181 13472
/proc/meminfo: memFree=30048784/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=995488 CPUtime=1164.01 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 619627 0 0 0 116277 124 0 0 20 0 3 0 275997312 1019379712 217968 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 248872 217968 200 433 0 248436 0
[pid=13424/tid=13426] ppid=13422 vsize=995488 CPUtime=580.43 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 600624 0 0 0 57923 120 0 0 20 0 3 0 275997341 1019379712 217968 33554432000 4194304 5965102 140734093508320 140056065456472 4401107 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=995488 CPUtime=580.43 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 9168 0 0 0 58025 18 0 0 20 0 3 0 275997341 1019379712 217968 33554432000 4194304 5965102 140734093508320 140056054966584 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.01
Current children cumulated vsize (KiB) 995488

[startup+642.3 s]
/proc/loadavg: 4.03 4.00 3.96 5/181 13472
/proc/meminfo: memFree=29895900/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=995488 CPUtime=1283.97 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 623165 0 0 0 128272 125 0 0 20 0 3 0 275997312 1019379712 217213 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 248872 217213 200 433 0 248436 0
[pid=13424/tid=13426] ppid=13422 vsize=995488 CPUtime=640.24 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 604162 0 0 0 63902 122 0 0 20 0 3 0 275997341 1019379712 217213 33554432000 4194304 5965102 140734093508320 140056065456968 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=995488 CPUtime=640.28 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 9168 0 0 0 64009 19 0 0 20 0 3 0 275997341 1019379712 217213 33554432000 4194304 5965102 140734093508320 140056054966584 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1283.97
Current children cumulated vsize (KiB) 995488

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/181 13473
/proc/meminfo: memFree=29737772/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=995488 CPUtime=1403.91 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 623210 0 0 0 140266 125 0 0 20 0 3 0 275997312 1019379712 217213 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 248872 217213 200 433 0 248436 0
[pid=13424/tid=13426] ppid=13422 vsize=995488 CPUtime=700.05 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 604207 0 0 0 69882 123 0 0 20 0 3 0 275997341 1019379712 217213 33554432000 4194304 5965102 140734093508320 140056065456968 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=995488 CPUtime=700.12 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 9168 0 0 0 69992 20 0 0 20 0 3 0 275997341 1019379712 217213 33554432000 4194304 5965102 140734093508320 140056054966584 4382616 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1403.91
Current children cumulated vsize (KiB) 995488

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 13473
/proc/meminfo: memFree=29614672/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=995488 CPUtime=1523.87 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 625077 0 0 0 152259 128 0 0 20 0 3 0 275997312 1019379712 219579 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 248872 219579 200 433 0 248436 0
[pid=13424/tid=13426] ppid=13422 vsize=995488 CPUtime=759.87 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 604671 0 0 0 75862 125 0 0 20 0 3 0 275997341 1019379712 219579 33554432000 4194304 5965102 140734093508320 140056065456664 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=995488 CPUtime=759.97 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 10571 0 0 0 75973 24 0 0 20 0 3 0 275997341 1019379712 219579 33554432000 4194304 5965102 140734093508320 140056054966520 4390200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1523.87
Current children cumulated vsize (KiB) 995488

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 13473
/proc/meminfo: memFree=29558632/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=995488 CPUtime=1643.83 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 626742 0 0 0 164253 130 0 0 20 0 3 0 275997312 1019379712 222757 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 248872 222757 200 433 0 248436 0
[pid=13424/tid=13426] ppid=13422 vsize=995488 CPUtime=819.69 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 605925 0 0 0 81843 126 0 0 20 0 3 0 275997341 1019379712 222757 33554432000 4194304 5965102 140734093508320 140056065456664 4391319 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=995488 CPUtime=819.8 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 10982 0 0 0 81954 26 0 0 20 0 3 0 275997341 1019379712 222757 33554432000 4194304 5965102 140734093508320 140056054966584 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1643.83
Current children cumulated vsize (KiB) 995488

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 13473
/proc/meminfo: memFree=29558368/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=995488 CPUtime=1763.8 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 627703 0 0 0 176250 130 0 0 20 0 3 0 275997312 1019379712 221508 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 248872 221508 200 433 0 248436 0
[pid=13424/tid=13426] ppid=13422 vsize=995488 CPUtime=879.52 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 606882 0 0 0 87825 127 0 0 20 0 3 0 275997341 1019379712 221508 33554432000 4194304 5965102 140734093508320 140056065456664 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=995488 CPUtime=879.65 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 10986 0 0 0 87938 27 0 0 20 0 3 0 275997341 1019379712 221508 33554432000 4194304 5965102 140734093508320 140056054966584 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.8
Current children cumulated vsize (KiB) 995488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 4.00 4.00 3.96 5/181 13473
/proc/meminfo: memFree=29556600/32873844 swapFree=7364/7364
[pid=13424] ppid=13422 vsize=995488 CPUtime=1800.19 cores=0,2,4,6
/proc/13424/stat : 13424 (pwbo2.0) S 13422 13424 11438 0 -1 4202496 627713 0 0 0 179889 130 0 0 20 0 3 0 275997312 1019379712 221646 33554432000 4194304 5965102 140734093508320 140734093507840 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13424/statm: 248872 221646 200 433 0 248436 0
[pid=13424/tid=13426] ppid=13422 vsize=995488 CPUtime=897.67 cores=0,2,4,6
/proc/13424/task/13426/stat : 13426 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 606882 0 0 0 89640 127 0 0 20 0 3 0 275997341 1019379712 221646 33554432000 4194304 5965102 140734093508320 140056065456664 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=13424/tid=13427] ppid=13422 vsize=995488 CPUtime=897.8 cores=0,2,4,6
/proc/13424/task/13427/stat : 13427 (pwbo2.0) R 13422 13424 11438 0 -1 4202560 10996 0 0 0 89753 27 0 0 20 0 3 0 275997341 1019379712 221646 33554432000 4194304 5965102 140734093508320 140056054966584 4390112 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 995488

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 13424 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=222236
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=579759
# CPU time returned by wait4() is 1795.8
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.518
CPU time (s): 1800.19
CPU user time (s): 1798.89
CPU system time (s): 1.3
CPU usage (%): 199.906
Max. virtual memory (cumulated for all children) (KiB): 995488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.22
system time used= 1.57976
maximum resident set size= 891040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 627714
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= 1272
involuntary context switches= 1959

runsolver used 1.85172 second user time and 4.91425 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 08:04:47
IDJOB=3704047
IDBENCH=90511
IDSOLVER=2279
FILE ID=node109/3704047-1338098687
RUNJOBID= node109-1338088487-11454
PBS_JOBID= 14624462
Free space on /tmp= 71340 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null10mast_rapportOE2.0_TMAX60_K67_cod3.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704047-1338098687/watcher-3704047-1338098687 -o /tmp/evaluation-result-3704047-1338098687/solver-3704047-1338098687 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704047-1338098687.opb

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

MD5SUM BENCH= f98241fe158e95fe184473fa73acbc2e
RANDOM SEED=550024032

node109.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.264
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.52
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.264
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.264
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.264
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.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30452560 kB
Buffers:          252516 kB
Cached:           556876 kB
SwapCached:            0 kB
Active:          1499436 kB
Inactive:         131260 kB
Active(anon):     812772 kB
Inactive(anon):    10916 kB
Active(file):     686664 kB
Inactive(file):   120344 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:        828252 kB
Mapped:            15072 kB
Shmem:               200 kB
Slab:             650548 kB
SReclaimable:      93120 kB
SUnreclaim:       557428 kB
KernelStack:        1472 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     409312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 71336 MiB
End job on node109 at 2012-05-27 08:19:50