Trace number 3704052

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.54 900.52

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_20null10mast_rapportOE1.0_TMAX60_K67_cod3.opb
MD5SUM438c25da2e5c4802d30b8fcc00d9e167
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-2372
Best CPU time to get the best result obtained on this benchmark1011.7
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 25674
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 896610
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 896610
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-3704052-1338099212.opb.
0.00/0.00	c Instance file HOME/instance-3704052-1338099212.opb
0.00/0.00	c File size is 2728437 bytes.
0.19/0.26	c Cost Offset: -896610
0.19/0.26	c Highest Coefficient sum: 89688
0.19/0.26	c ============================[ Problem Statistics ]=============================
0.19/0.26	c |                                                                             |
0.19/0.26	c |  Parsing time:          0.26         s                                      |
0.19/0.26	c |  Number Variables:      40451                                               |
0.19/0.26	c |  Number Clauses:        40396                                               |
0.19/0.26	c |  Number Cardinality:    553                                                 |
0.19/0.26	c |  Number PB Constraints: 1                                                   |
0.19/0.26	c |                                                                             |
0.32/0.30	c |  Problem Type:          Optimization                                        |
0.32/0.30	c |  Objective Function:    PB Constraint                                       |
0.32/0.30	c |                                                                             |
0.32/0.30	c ===============================================================================
1800.15/900.51	c ===============================================================================
1800.15/900.51	c Wall Clock Time: 900.51 s
1800.15/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-3704052-1338099212/watcher-3704052-1338099212 -o /tmp/evaluation-result-3704052-1338099212/solver-3704052-1338099212 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704052-1338099212.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 4.01 3.97 4/178 10065
/proc/meminfo: memFree=28715292/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=7940 CPUtime=0 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) R 10063 10065 7065 0 -1 4202496 646 0 0 0 0 0 0 0 20 0 1 0 276047193 8130560 598 33554432000 4194304 5965102 140735605775744 140735405570760 4396239 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 1985 599 161 433 0 882 0

[startup+0.080471 s]
/proc/loadavg: 4.00 4.01 3.97 4/178 10065
/proc/meminfo: memFree=28715292/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=24928 CPUtime=0.06 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) R 10063 10065 7065 0 -1 4202496 4682 0 0 0 6 0 0 0 20 0 1 0 276047193 25526272 4389 33554432000 4194304 5965102 140735605775744 140735405570760 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 6232 4389 350 433 0 5129 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24928

[startup+0.100289 s]
/proc/loadavg: 4.00 4.01 3.97 4/178 10065
/proc/meminfo: memFree=28715292/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=27700 CPUtime=0.09 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) R 10063 10065 7065 0 -1 4202496 5566 0 0 0 8 1 0 0 20 0 1 0 276047193 28364800 5273 33554432000 4194304 5965102 140735605775744 140735405570760 5137146 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 6925 5275 389 433 0 5822 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27700

[startup+0.300193 s]
/proc/loadavg: 4.00 4.01 3.97 4/178 10065
/proc/meminfo: memFree=28715292/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=203356 CPUtime=0.32 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 14677 0 0 0 29 3 0 0 20 0 3 0 276047193 208236544 13598 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 50839 13598 176 433 0 50403 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 203356

[startup+0.700199 s]
/proc/loadavg: 4.00 4.01 3.97 4/178 10065
/proc/meminfo: memFree=28715292/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=203900 CPUtime=1.1 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 24944 0 0 0 105 5 0 0 20 0 3 0 276047193 208793600 21122 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 50975 21122 199 433 0 50539 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 203900

[startup+1.50033 s]
/proc/loadavg: 3.92 3.99 3.96 5/181 10068
/proc/meminfo: memFree=28624560/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=203900 CPUtime=2.7 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 32613 0 0 0 264 6 0 0 20 0 3 0 276047193 208793600 23162 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 50975 23162 200 433 0 50539 0
[pid=10065/tid=10067] ppid=10063 vsize=203900 CPUtime=1.22 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 20262 0 0 0 118 4 0 0 20 0 3 0 276047220 208793600 23162 33554432000 4194304 5965102 140735605775744 139808854092120 4404383 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=203900 CPUtime=1.21 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 2566 0 0 0 119 2 0 0 20 0 3 0 276047220 208793600 23162 33554432000 4194304 5965102 140735605775744 139808843602040 4390187 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 203900

[startup+3.10024 s]
/proc/loadavg: 3.92 3.99 3.96 5/181 10068
/proc/meminfo: memFree=28613400/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=203900 CPUtime=5.9 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 44867 0 0 0 582 8 0 0 20 0 3 0 276047193 208793600 26014 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 50975 26015 200 433 0 50539 0
[pid=10065/tid=10067] ppid=10063 vsize=203900 CPUtime=2.82 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 32434 0 0 0 277 5 0 0 20 0 3 0 276047220 208793600 26015 33554432000 4194304 5965102 140735605775744 139808854092312 4420575 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=203900 CPUtime=2.81 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 2649 0 0 0 279 2 0 0 20 0 3 0 276047220 208793600 26015 33554432000 4194304 5965102 140735605775744 139808843602232 4404543 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 203900

[startup+6.30031 s]
/proc/loadavg: 3.92 3.99 3.96 5/181 10068
/proc/meminfo: memFree=28575536/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=269436 CPUtime=12.3 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 70411 0 0 0 1218 12 0 0 20 0 3 0 276047193 275902464 32978 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 67359 32978 200 433 0 66923 0
[pid=10065/tid=10067] ppid=10063 vsize=269436 CPUtime=6.02 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 57897 0 0 0 593 9 0 0 20 0 3 0 276047220 275902464 32978 33554432000 4194304 5965102 140735605775744 139808854092120 4446334 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=269436 CPUtime=6.01 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 2729 0 0 0 599 2 0 0 20 0 3 0 276047220 275902464 32978 33554432000 4194304 5965102 140735605775744 139808843601752 4383069 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 269436

[startup+12.7003 s]
/proc/loadavg: 3.93 3.99 3.96 5/181 10068
/proc/meminfo: memFree=28520860/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=269436 CPUtime=25.09 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 110243 0 0 0 2491 18 0 0 20 0 3 0 276047193 275902464 43626 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 67359 43626 200 433 0 66923 0
[pid=10065/tid=10067] ppid=10063 vsize=269436 CPUtime=12.42 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 97566 0 0 0 1227 15 0 0 20 0 3 0 276047220 275902464 43626 33554432000 4194304 5965102 140735605775744 139808854092120 5136273 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=269436 CPUtime=12.4 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 2892 0 0 0 1238 2 0 0 20 0 3 0 276047220 275902464 43626 33554432000 4194304 5965102 140735605775744 139808843602232 4404580 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 269436

[startup+25.5004 s]
/proc/loadavg: 3.95 3.99 3.96 5/181 10068
/proc/meminfo: memFree=28388480/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=402800 CPUtime=50.69 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 180453 0 0 0 5040 29 0 0 20 0 3 0 276047193 412467200 64846 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 100700 64846 200 433 0 100264 0
[pid=10065/tid=10067] ppid=10063 vsize=402800 CPUtime=25.22 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 167452 0 0 0 2496 26 0 0 20 0 3 0 276047220 412467200 64846 33554432000 4194304 5965102 140735605775744 139808854092312 4420216 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=402800 CPUtime=25.2 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 3216 0 0 0 2517 3 0 0 20 0 3 0 276047220 412467200 64846 33554432000 4194304 5965102 140735605775744 139808843602232 4390200 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 402800

[startup+51.1003 s]
/proc/loadavg: 3.96 3.99 3.96 5/181 10068
/proc/meminfo: memFree=28213044/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=468336 CPUtime=101.87 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 253849 0 0 0 10143 44 0 0 20 0 3 0 276047193 479576064 90961 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 117084 90961 200 433 0 116648 0
[pid=10065/tid=10067] ppid=10063 vsize=468336 CPUtime=50.82 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 240286 0 0 0 5042 40 0 0 20 0 3 0 276047220 479576064 90961 33554432000 4194304 5965102 140735605775744 139808854092312 5131498 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=468336 CPUtime=50.8 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 3778 0 0 0 5076 4 0 0 20 0 3 0 276047220 479576064 90961 33554432000 4194304 5965102 140735605775744 139808843601752 4383033 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 468336

[startup+102.307 s]
/proc/loadavg: 3.98 3.99 3.96 5/181 10068
/proc/meminfo: memFree=27925448/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=666024 CPUtime=204.27 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 405963 0 0 0 20356 71 0 0 20 0 3 0 276047193 682008576 138102 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 166506 138102 200 433 0 166070 0
[pid=10065/tid=10067] ppid=10063 vsize=666024 CPUtime=102.03 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 391100 0 0 0 10138 65 0 0 20 0 3 0 276047220 682008576 138102 33554432000 4194304 5965102 140735605775744 139808854092312 4420207 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=666024 CPUtime=102.01 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 5078 0 0 0 10193 8 0 0 20 0 3 0 276047220 682008576 138102 33554432000 4194304 5965102 140735605775744 139808843602280 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 204.27
Current children cumulated vsize (KiB) 666024

[startup+162.3 s]
/proc/loadavg: 3.99 3.99 3.96 5/181 10068
/proc/meminfo: memFree=27687852/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=793852 CPUtime=324.24 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 488645 0 0 0 32334 90 0 0 20 0 3 0 276047193 812904448 170013 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 198463 170013 200 433 0 198027 0
[pid=10065/tid=10067] ppid=10063 vsize=793852 CPUtime=162.02 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 472805 0 0 0 16119 83 0 0 20 0 3 0 276047220 812904448 170013 33554432000 4194304 5965102 140735605775744 139808854092616 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=793852 CPUtime=162 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 6055 0 0 0 16189 11 0 0 20 0 3 0 276047220 812904448 170013 33554432000 4194304 5965102 140735605775744 139808843602040 4404757 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 324.24
Current children cumulated vsize (KiB) 793852

[startup+222.3 s]
/proc/loadavg: 3.99 3.99 3.96 5/181 10069
/proc/meminfo: memFree=27526912/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=793852 CPUtime=444.22 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 491688 0 0 0 44331 91 0 0 20 0 3 0 276047193 812904448 173290 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 198463 173290 200 433 0 198027 0
[pid=10065/tid=10067] ppid=10063 vsize=793852 CPUtime=222.03 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 475844 0 0 0 22118 85 0 0 20 0 3 0 276047220 812904448 173290 33554432000 4194304 5965102 140735605775744 139808854092120 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=793852 CPUtime=222 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 6059 0 0 0 22188 12 0 0 20 0 3 0 276047220 812904448 173290 33554432000 4194304 5965102 140735605775744 139808843602040 4383014 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 444.22
Current children cumulated vsize (KiB) 793852

[startup+282.3 s]
/proc/loadavg: 3.99 3.99 3.96 5/181 10069
/proc/meminfo: memFree=27364584/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=793852 CPUtime=564.18 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 506880 0 0 0 56322 96 0 0 20 0 3 0 276047193 812904448 178011 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 198463 178011 200 433 0 198027 0
[pid=10065/tid=10067] ppid=10063 vsize=793852 CPUtime=282.01 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 489909 0 0 0 28112 89 0 0 20 0 3 0 276047220 812904448 178011 33554432000 4194304 5965102 140735605775744 139808854092312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=793852 CPUtime=282 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 7186 0 0 0 28186 14 0 0 20 0 3 0 276047220 812904448 178011 33554432000 4194304 5965102 140735605775744 139808843602168 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 564.18
Current children cumulated vsize (KiB) 793852

[startup+342.3 s]
/proc/loadavg: 3.99 3.99 3.96 5/181 10069
/proc/meminfo: memFree=27192144/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=859388 CPUtime=684.12 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 516500 0 0 0 68312 100 0 0 20 0 3 0 276047193 880013312 185175 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 214847 185175 200 433 0 214411 0
[pid=10065/tid=10067] ppid=10063 vsize=859388 CPUtime=341.97 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 498622 0 0 0 34104 93 0 0 20 0 3 0 276047220 880013312 185175 33554432000 4194304 5965102 140735605775744 139808854092312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=859388 CPUtime=342 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 8093 0 0 0 34183 17 0 0 20 0 3 0 276047220 880013312 185175 33554432000 4194304 5965102 140735605775744 139808843602232 4383069 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 684.12
Current children cumulated vsize (KiB) 859388

[startup+402.3 s]
/proc/loadavg: 3.99 3.99 3.96 5/182 10072
/proc/meminfo: memFree=27060716/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=859388 CPUtime=804.06 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 522440 0 0 0 80305 101 0 0 20 0 3 0 276047193 880013312 189940 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 214847 189940 200 433 0 214411 0
[pid=10065/tid=10067] ppid=10063 vsize=859388 CPUtime=401.94 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 504562 0 0 0 40099 95 0 0 20 0 3 0 276047220 880013312 189940 33554432000 4194304 5965102 140735605775744 139808854092312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=859388 CPUtime=402 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 8093 0 0 0 40182 18 0 0 20 0 3 0 276047220 880013312 189940 33554432000 4194304 5965102 140735605775744 139808843602232 4404748 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 804.06
Current children cumulated vsize (KiB) 859388

[startup+462.3 s]
/proc/loadavg: 3.99 3.99 3.96 5/181 10072
/proc/meminfo: memFree=26911424/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=924924 CPUtime=924 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 547988 0 0 0 92294 106 0 0 20 0 3 0 276047193 947122176 197193 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 231231 197193 200 433 0 230795 0
[pid=10065/tid=10067] ppid=10063 vsize=924924 CPUtime=461.9 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 530110 0 0 0 46089 101 0 0 20 0 3 0 276047220 947122176 197193 33554432000 4194304 5965102 140735605775744 139808854092072 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=924924 CPUtime=462.01 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 8093 0 0 0 46182 19 0 0 20 0 3 0 276047220 947122176 197193 33554432000 4194304 5965102 140735605775744 139808843602232 4404704 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 924
Current children cumulated vsize (KiB) 924924

[startup+522.3 s]
/proc/loadavg: 3.99 3.99 3.96 5/181 10072
/proc/meminfo: memFree=26793544/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=924924 CPUtime=1043.95 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 553016 0 0 0 104287 108 0 0 20 0 3 0 276047193 947122176 203707 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 231231 203707 200 433 0 230795 0
[pid=10065/tid=10067] ppid=10063 vsize=924924 CPUtime=521.87 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 534416 0 0 0 52085 102 0 0 20 0 3 0 276047220 947122176 203707 33554432000 4194304 5965102 140735605775744 139808854092312 4400992 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=924924 CPUtime=522.01 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 8815 0 0 0 52181 20 0 0 20 0 3 0 276047220 947122176 203707 33554432000 4194304 5965102 140735605775744 139808843602232 4404696 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1043.95
Current children cumulated vsize (KiB) 924924

[startup+582.3 s]
/proc/loadavg: 3.99 3.99 3.96 5/181 10073
/proc/meminfo: memFree=26687784/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=924924 CPUtime=1163.9 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 554403 0 0 0 116281 109 0 0 20 0 3 0 276047193 947122176 204835 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 231231 204835 200 433 0 230795 0
[pid=10065/tid=10067] ppid=10063 vsize=924924 CPUtime=581.85 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 535792 0 0 0 58082 103 0 0 20 0 3 0 276047220 947122176 204835 33554432000 4194304 5965102 140735605775744 139808854092312 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=924924 CPUtime=582 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 8826 0 0 0 58179 21 0 0 20 0 3 0 276047220 947122176 204835 33554432000 4194304 5965102 140735605775744 139808843602232 4390187 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1163.9
Current children cumulated vsize (KiB) 924924

[startup+642.3 s]
/proc/loadavg: 3.99 3.99 3.96 5/181 10073
/proc/meminfo: memFree=26575672/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=924924 CPUtime=1283.85 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 554451 0 0 0 128276 109 0 0 20 0 3 0 276047193 947122176 204845 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 231231 204845 200 433 0 230795 0
[pid=10065/tid=10067] ppid=10063 vsize=924924 CPUtime=641.81 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 535838 0 0 0 64077 104 0 0 20 0 3 0 276047220 947122176 204845 33554432000 4194304 5965102 140735605775744 139808854092312 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=924924 CPUtime=642.01 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 8828 0 0 0 64179 22 0 0 20 0 3 0 276047220 947122176 204845 33554432000 4194304 5965102 140735605775744 139808843602232 4383320 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1283.85
Current children cumulated vsize (KiB) 924924

[startup+702.3 s]
/proc/loadavg: 4.04 4.00 3.97 5/181 10073
/proc/meminfo: memFree=26476764/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=924924 CPUtime=1403.81 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 556438 0 0 0 140270 111 0 0 20 0 3 0 276047193 947122176 207854 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 231231 207854 200 433 0 230795 0
[pid=10065/tid=10067] ppid=10063 vsize=924924 CPUtime=701.8 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 536881 0 0 0 70074 106 0 0 20 0 3 0 276047220 947122176 207854 33554432000 4194304 5965102 140735605775744 139808854092120 4401497 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=924924 CPUtime=702.01 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 9772 0 0 0 70176 25 0 0 20 0 3 0 276047220 947122176 207854 33554432000 4194304 5965102 140735605775744 139808843602232 4390200 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1403.81
Current children cumulated vsize (KiB) 924924

[startup+762.307 s]
/proc/loadavg: 4.07 4.01 3.97 5/182 10074
/proc/meminfo: memFree=26335336/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=924924 CPUtime=1523.81 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 558778 0 0 0 152265 116 0 0 20 0 3 0 276047193 947122176 210194 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 231231 210194 200 433 0 230795 0
[pid=10065/tid=10067] ppid=10063 vsize=924924 CPUtime=761.81 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 536881 0 0 0 76074 107 0 0 20 0 3 0 276047220 947122176 210194 33554432000 4194304 5965102 140735605775744 139808854092120 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=924924 CPUtime=762.02 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 12112 0 0 0 76171 31 0 0 20 0 3 0 276047220 947122176 210194 33554432000 4194304 5965102 140735605775744 139808843602232 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1523.81
Current children cumulated vsize (KiB) 924924

[startup+822.3 s]
/proc/loadavg: 4.02 4.01 3.97 5/181 10074
/proc/meminfo: memFree=26280836/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=924924 CPUtime=1643.77 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 559076 0 0 0 164261 116 0 0 20 0 3 0 276047193 947122176 210492 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 231231 210492 200 433 0 230795 0
[pid=10065/tid=10067] ppid=10063 vsize=924924 CPUtime=821.8 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 536886 0 0 0 82072 108 0 0 20 0 3 0 276047220 947122176 210492 33554432000 4194304 5965102 140735605775744 139808854092120 4400992 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=924924 CPUtime=822.01 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 12405 0 0 0 82169 32 0 0 20 0 3 0 276047220 947122176 210492 33554432000 4194304 5965102 140735605775744 139808843602232 4390112 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1643.77
Current children cumulated vsize (KiB) 924924

[startup+882.3 s]
/proc/loadavg: 3.95 3.99 3.97 5/181 10116
/proc/meminfo: memFree=27227672/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=924924 CPUtime=1763.75 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 563896 0 0 0 176258 117 0 0 20 0 3 0 276047193 947122176 216056 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 231231 216056 200 433 0 230795 0
[pid=10065/tid=10067] ppid=10063 vsize=924924 CPUtime=881.8 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 541706 0 0 0 88071 109 0 0 20 0 3 0 276047220 947122176 216056 33554432000 4194304 5965102 140735605775744 139808854091704 4389878 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=924924 CPUtime=882.01 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 12405 0 0 0 88168 33 0 0 20 0 3 0 276047220 947122176 216056 33554432000 4194304 5965102 140735605775744 139808843602232 4390200 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1763.75
Current children cumulated vsize (KiB) 924924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 3.96 3.99 3.97 5/181 10116
/proc/meminfo: memFree=27117512/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=924924 CPUtime=1800.15 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 563903 0 0 0 179898 117 0 0 20 0 3 0 276047193 947122176 216417 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 231231 216417 200 433 0 230795 0
[pid=10065/tid=10067] ppid=10063 vsize=924924 CPUtime=900 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 541713 0 0 0 89891 109 0 0 20 0 3 0 276047220 947122176 216417 33554432000 4194304 5965102 140735605775744 139808854091704 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=924924 CPUtime=900.22 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 12405 0 0 0 89989 33 0 0 20 0 3 0 276047220 947122176 216417 33554432000 4194304 5965102 140735605775744 139808843602232 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 924924

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

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

[startup+900.5 s]
/proc/loadavg: 3.96 3.99 3.97 5/181 10116
/proc/meminfo: memFree=27117512/32873648 swapFree=7372/7372
[pid=10065] ppid=10063 vsize=924924 CPUtime=1800.15 cores=1,3,5,7
/proc/10065/stat : 10065 (pwbo2.0) S 10063 10065 7065 0 -1 4202496 563903 0 0 0 179898 117 0 0 20 0 3 0 276047193 947122176 216417 33554432000 4194304 5965102 140735605775744 140735605775264 4547341 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10065/statm: 231231 216417 200 433 0 230795 0
[pid=10065/tid=10067] ppid=10063 vsize=924924 CPUtime=900 cores=1,3,5,7
/proc/10065/task/10067/stat : 10067 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 541713 0 0 0 89891 109 0 0 20 0 3 0 276047220 947122176 216417 33554432000 4194304 5965102 140735605775744 139808854091704 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=10065/tid=10068] ppid=10063 vsize=924924 CPUtime=900.22 cores=1,3,5,7
/proc/10065/task/10068/stat : 10068 (pwbo2.0) R 10063 10065 7065 0 -1 4202560 12405 0 0 0 89989 33 0 0 20 0 3 0 276047220 947122176 216417 33554432000 4194304 5965102 140735605775744 139808843602232 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 924924

Child status: 0
Real time (s): 900.52
CPU time (s): 1800.54
CPU user time (s): 1799.07
CPU system time (s): 1.46878
CPU usage (%): 199.944
Max. virtual memory (cumulated for all children) (KiB): 924924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.46878
maximum resident set size= 865672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 563904
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= 1424
involuntary context switches= 2183

runsolver used 1.93171 second user time and 5.2442 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 08:13:32
IDJOB=3704052
IDBENCH=90788
IDSOLVER=2279
FILE ID=node122/3704052-1338099212
RUNJOBID= node122-1338086209-7082
PBS_JOBID= 14624430
Free space on /tmp= 71684 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_20null10mast_rapportOE1.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-3704052-1338099212/watcher-3704052-1338099212 -o /tmp/evaluation-result-3704052-1338099212/solver-3704052-1338099212 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704052-1338099212.opb

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

MD5SUM BENCH= 438c25da2e5c4802d30b8fcc00d9e167
RANDOM SEED=1939262703

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5438.54
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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28715936 kB
Buffers:          280564 kB
Cached:          2846584 kB
SwapCached:            0 kB
Active:          1344080 kB
Inactive:        2027516 kB
Active(anon):     236172 kB
Inactive(anon):    11052 kB
Active(file):    1107908 kB
Inactive(file):  2016464 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8140 kB
Writeback:             0 kB
AnonPages:        251764 kB
Mapped:            14544 kB
Shmem:               200 kB
Slab:             644368 kB
SReclaimable:      88532 kB
SUnreclaim:       555836 kB
KernelStack:        1456 kB
PageTables:         4372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     192512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71656 MiB
End job on node122 at 2012-05-27 08:28:35