Trace number 3703891

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.322

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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-3703891-1338096274.opb.
0.00/0.00	c Instance file HOME/instance-3703891-1338096274.opb
0.00/0.00	c File size is 72189 bytes.
0.00/0.00	c Cost Offset: 0
0.00/0.00	c Highest Coefficient sum: 380
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      774                                                 |
0.00/0.00	c |  Number Clauses:        801                                                 |
0.00/0.00	c |  Number Cardinality:    31                                                  |
0.00/0.00	c |  Number PB Constraints: 192                                                 |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1800.19/900.31	c ===============================================================================
1800.19/900.31	c Wall Clock Time: 900.31 s
1800.19/900.31	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-3703891-1338096274/watcher-3703891-1338096274 -o /tmp/evaluation-result-3703891-1338096274/solver-3703891-1338096274 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703891-1338096274.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.98 3.98 3.95 4/178 21787
/proc/meminfo: memFree=28372664/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=4536 CPUtime=0 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) R 21785 21787 20135 0 -1 4202496 452 0 0 0 0 0 0 0 20 0 1 0 275752853 4644864 405 33554432000 4194304 5965102 140735579323664 140734497343032 5137146 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 1134 406 168 433 0 680 0

[startup+0.03221 s]
/proc/loadavg: 3.98 3.98 3.95 4/178 21787
/proc/meminfo: memFree=28372664/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=163376 CPUtime=0.04 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 1349 0 0 0 4 0 0 0 20 0 3 0 275752853 167297024 1284 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 40844 1284 195 433 0 40408 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 163376

[startup+0.100157 s]
/proc/loadavg: 3.98 3.98 3.95 4/178 21787
/proc/meminfo: memFree=28372664/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=163376 CPUtime=0.18 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 1580 0 0 0 18 0 0 0 20 0 3 0 275752853 167297024 1515 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 40844 1515 195 433 0 40408 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 163376

[startup+0.300115 s]
/proc/loadavg: 3.98 3.98 3.95 4/178 21787
/proc/meminfo: memFree=28372664/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=163376 CPUtime=0.58 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 2176 0 0 0 58 0 0 0 20 0 3 0 275752853 167297024 2111 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 40844 2111 195 433 0 40408 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 163376

[startup+0.700124 s]
/proc/loadavg: 3.98 3.98 3.95 4/178 21787
/proc/meminfo: memFree=28372664/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=163508 CPUtime=1.38 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 3188 0 0 0 137 1 0 0 20 0 3 0 275752853 167432192 3123 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 40877 3123 195 433 0 40441 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 163508

[startup+1.50019 s]
/proc/loadavg: 3.98 3.98 3.95 5/181 21790
/proc/meminfo: memFree=28358140/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=163932 CPUtime=2.98 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 4190 0 0 0 297 1 0 0 20 0 3 0 275752853 167866368 4125 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 40983 4125 195 433 0 40547 0
[pid=21787/tid=21789] ppid=21785 vsize=163932 CPUtime=1.47 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 1915 0 0 0 146 1 0 0 20 0 3 0 275752854 167866368 4125 33554432000 4194304 5965102 140735579323664 140330237015864 4400894 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=163932 CPUtime=1.47 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 1234 0 0 0 147 0 0 0 20 0 3 0 275752854 167866368 4125 33554432000 4194304 5965102 140735579323664 140330226526520 4389158 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 163932

[startup+3.10026 s]
/proc/loadavg: 3.98 3.98 3.95 5/181 21790
/proc/meminfo: memFree=28344740/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=164340 CPUtime=6.17 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 5274 0 0 0 616 1 0 0 20 0 3 0 275752853 168284160 5209 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 41085 5209 195 433 0 40649 0
[pid=21787/tid=21789] ppid=21785 vsize=164340 CPUtime=3.07 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 2596 0 0 0 306 1 0 0 20 0 3 0 275752854 168284160 5209 33554432000 4194304 5965102 140735579323664 140330237016056 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=164340 CPUtime=3.07 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 1637 0 0 0 307 0 0 0 20 0 3 0 275752854 168284160 5209 33554432000 4194304 5965102 140735579323664 140330226526520 4404407 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 164340

[startup+6.30022 s]
/proc/loadavg: 3.98 3.98 3.95 5/181 21790
/proc/meminfo: memFree=28319700/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=164588 CPUtime=12.58 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 7966 0 0 0 1255 3 0 0 20 0 3 0 275752853 168538112 7901 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 41147 7901 195 433 0 40711 0
[pid=21787/tid=21789] ppid=21785 vsize=164588 CPUtime=6.27 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 4224 0 0 0 625 2 0 0 20 0 3 0 275752854 168538112 7901 33554432000 4194304 5965102 140735579323664 140330237015864 4401582 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=164588 CPUtime=6.27 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 2701 0 0 0 626 1 0 0 20 0 3 0 275752854 168538112 7901 33554432000 4194304 5965102 140735579323664 140330226526520 4401516 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 164588

[startup+12.7003 s]
/proc/loadavg: 3.98 3.98 3.95 5/181 21790
/proc/meminfo: memFree=28288152/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=165428 CPUtime=25.37 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 11930 0 0 0 2531 6 0 0 20 0 3 0 275752853 169398272 11865 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 41357 11865 195 433 0 40921 0
[pid=21787/tid=21789] ppid=21785 vsize=165428 CPUtime=12.67 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 6795 0 0 0 1263 4 0 0 20 0 3 0 275752854 169398272 11865 33554432000 4194304 5965102 140735579323664 140330237016056 4401056 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=165428 CPUtime=12.67 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 4094 0 0 0 1265 2 0 0 20 0 3 0 275752854 169398272 11865 33554432000 4194304 5965102 140735579323664 140330226526520 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 165428

[startup+25.5002 s]
/proc/loadavg: 3.99 3.98 3.95 5/181 21790
/proc/meminfo: memFree=28234576/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=166556 CPUtime=50.96 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 16740 0 0 0 5088 8 0 0 20 0 3 0 275752853 170553344 16675 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 41639 16675 195 433 0 41203 0
[pid=21787/tid=21789] ppid=21785 vsize=166556 CPUtime=25.47 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 9830 0 0 0 2541 6 0 0 20 0 3 0 275752854 170553344 16675 33554432000 4194304 5965102 140735579323664 140330237016056 4401096 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=166556 CPUtime=25.47 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 5869 0 0 0 2544 3 0 0 20 0 3 0 275752854 170553344 16675 33554432000 4194304 5965102 140735579323664 140330226526520 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 166556

[startup+51.1002 s]
/proc/loadavg: 3.99 3.98 3.95 5/181 21790
/proc/meminfo: memFree=28172552/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=167800 CPUtime=102.15 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 21629 0 0 0 10203 12 0 0 20 0 3 0 275752853 171827200 21564 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 41950 21564 195 433 0 41514 0
[pid=21787/tid=21789] ppid=21785 vsize=167800 CPUtime=51.07 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 13691 0 0 0 5098 9 0 0 20 0 3 0 275752854 171827200 21564 33554432000 4194304 5965102 140735579323664 140330237015864 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=167800 CPUtime=51.07 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 6897 0 0 0 5102 5 0 0 20 0 3 0 275752854 171827200 21564 33554432000 4194304 5965102 140735579323664 140330226526328 4404738 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 167800

[startup+102.306 s]
/proc/loadavg: 3.91 3.97 3.94 5/181 21791
/proc/meminfo: memFree=28035600/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=235224 CPUtime=204.55 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 32458 0 0 0 20433 22 0 0 20 0 3 0 275752853 240869376 32393 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 58806 32393 195 433 0 58370 0
[pid=21787/tid=21789] ppid=21785 vsize=235224 CPUtime=102.28 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 21088 0 0 0 10211 17 0 0 20 0 3 0 275752854 240869376 32393 33554432000 4194304 5965102 140735579323664 140330237016056 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=235224 CPUtime=102.28 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 10329 0 0 0 10219 9 0 0 20 0 3 0 275752854 240869376 32393 33554432000 4194304 5965102 140735579323664 140330226526520 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.55
Current children cumulated vsize (KiB) 235224

[startup+162.3 s]
/proc/loadavg: 3.96 3.97 3.94 5/182 21792
/proc/meminfo: memFree=27947156/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=237696 CPUtime=324.48 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 40717 0 0 0 32416 32 0 0 20 0 3 0 275752853 243400704 40921 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 59424 40921 195 433 0 58988 0
[pid=21787/tid=21789] ppid=21785 vsize=237696 CPUtime=162.26 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 28057 0 0 0 16200 26 0 0 20 0 3 0 275752854 243400704 40921 33554432000 4194304 5965102 140735579323664 140330237016104 4401143 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=237696 CPUtime=162.25 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 11619 0 0 0 16214 11 0 0 20 0 3 0 275752854 243400704 40921 33554432000 4194304 5965102 140735579323664 140330226526344 4394002 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.48
Current children cumulated vsize (KiB) 237696

[startup+222.3 s]
/proc/loadavg: 3.98 3.97 3.94 5/181 21792
/proc/meminfo: memFree=27862960/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=307200 CPUtime=444.43 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 48937 0 0 0 44404 39 0 0 20 0 3 0 275752853 314572800 49809 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 76800 49809 195 433 0 76364 0
[pid=21787/tid=21789] ppid=21785 vsize=307200 CPUtime=222.24 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 33329 0 0 0 22193 31 0 0 20 0 3 0 275752854 314572800 49809 33554432000 4194304 5965102 140735579323664 140330237016056 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=307200 CPUtime=222.25 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 14567 0 0 0 22210 15 0 0 20 0 3 0 275752854 314572800 49809 33554432000 4194304 5965102 140735579323664 140330226526520 4401107 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.43
Current children cumulated vsize (KiB) 307200

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/181 21792
/proc/meminfo: memFree=27797816/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=309024 CPUtime=564.42 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 54769 0 0 0 56395 47 0 0 20 0 3 0 275752853 316440576 55641 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 77256 55641 195 433 0 76820 0
[pid=21787/tid=21789] ppid=21785 vsize=309024 CPUtime=282.24 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 37376 0 0 0 28187 37 0 0 20 0 3 0 275752854 316440576 55641 33554432000 4194304 5965102 140735579323664 140330237015864 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=309024 CPUtime=282.25 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 16352 0 0 0 28206 19 0 0 20 0 3 0 275752854 316440576 55641 33554432000 4194304 5965102 140735579323664 140330226526432 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.42
Current children cumulated vsize (KiB) 309024

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.94 5/182 21795
/proc/meminfo: memFree=27751528/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=311036 CPUtime=684.39 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 60092 0 0 0 68385 54 0 0 20 0 3 0 275752853 318500864 60959 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 77759 60959 195 433 0 77323 0
[pid=21787/tid=21789] ppid=21785 vsize=311036 CPUtime=342.25 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 42482 0 0 0 34180 45 0 0 20 0 3 0 275752854 318500864 60959 33554432000 4194304 5965102 140735579323664 140330237015864 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=311036 CPUtime=342.25 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 16569 0 0 0 34205 20 0 0 20 0 3 0 275752854 318500864 60959 33554432000 4194304 5965102 140735579323664 140330226526328 4401462 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.39
Current children cumulated vsize (KiB) 311036

[startup+402.3 s]
/proc/loadavg: 4.07 3.99 3.95 5/181 21796
/proc/meminfo: memFree=27689420/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=312368 CPUtime=804.38 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 65886 0 0 0 80376 62 0 0 20 0 3 0 275752853 319864832 66753 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 78092 66753 195 433 0 77656 0
[pid=21787/tid=21789] ppid=21785 vsize=312368 CPUtime=402.25 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 48200 0 0 0 40171 54 0 0 20 0 3 0 275752854 319864832 66753 33554432000 4194304 5965102 140735579323664 140330237016104 4404708 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=312368 CPUtime=402.25 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 16645 0 0 0 40204 21 0 0 20 0 3 0 275752854 319864832 66753 33554432000 4194304 5965102 140735579323664 140330226526328 4400894 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.38
Current children cumulated vsize (KiB) 312368

[startup+462.3 s]
/proc/loadavg: 4.02 3.99 3.95 5/181 21796
/proc/meminfo: memFree=27562656/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=379272 CPUtime=924.34 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 72379 0 0 0 92364 70 0 0 20 0 3 0 275752853 388374528 73356 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 94818 73356 195 433 0 94382 0
[pid=21787/tid=21789] ppid=21785 vsize=379272 CPUtime=462.23 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 52605 0 0 0 46162 61 0 0 20 0 3 0 275752854 388374528 73356 33554432000 4194304 5965102 140735579323664 140330237016056 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=379272 CPUtime=462.25 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 18733 0 0 0 46200 25 0 0 20 0 3 0 275752854 388374528 73356 33554432000 4194304 5965102 140735579323664 140330226526520 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.34
Current children cumulated vsize (KiB) 379272

[startup+522.3 s]
/proc/loadavg: 4.01 3.99 3.95 5/181 21796
/proc/meminfo: memFree=27535836/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=447008 CPUtime=1044.31 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 77612 0 0 0 104353 78 0 0 20 0 3 0 275752853 457736192 78587 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 111752 78587 195 433 0 111316 0
[pid=21787/tid=21789] ppid=21785 vsize=447008 CPUtime=522.23 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 55268 0 0 0 52159 64 0 0 20 0 3 0 275752854 457736192 78587 33554432000 4194304 5965102 140735579323664 140330237015864 4401475 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=447008 CPUtime=522.24 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 21303 0 0 0 52195 29 0 0 20 0 3 0 275752854 457736192 78587 33554432000 4194304 5965102 140735579323664 140330226526432 4401137 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.31
Current children cumulated vsize (KiB) 447008

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21796
/proc/meminfo: memFree=27460484/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=450260 CPUtime=1164.27 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 84794 0 0 0 116340 87 0 0 20 0 3 0 275752853 461066240 85756 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 112565 85756 195 433 0 112129 0
[pid=21787/tid=21789] ppid=21785 vsize=450260 CPUtime=582.22 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 62228 0 0 0 58148 74 0 0 20 0 3 0 275752854 461066240 85756 33554432000 4194304 5965102 140735579323664 140330237016104 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=450260 CPUtime=582.24 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 21525 0 0 0 58194 30 0 0 20 0 3 0 275752854 461066240 85756 33554432000 4194304 5965102 140735579323664 140330226526568 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.27
Current children cumulated vsize (KiB) 450260

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21796
/proc/meminfo: memFree=27395392/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=451376 CPUtime=1284.27 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 85418 0 0 0 128339 88 0 0 20 0 3 0 275752853 462209024 86847 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 112844 86847 195 433 0 112408 0
[pid=21787/tid=21789] ppid=21785 vsize=451376 CPUtime=642.23 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 62778 0 0 0 64147 76 0 0 20 0 3 0 275752854 462209024 86847 33554432000 4194304 5965102 140735579323664 140330237015864 4400966 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=451376 CPUtime=642.24 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 21599 0 0 0 64193 31 0 0 20 0 3 0 275752854 462209024 86847 33554432000 4194304 5965102 140735579323664 140330226526624 4401078 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.27
Current children cumulated vsize (KiB) 451376

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21797
/proc/meminfo: memFree=27369132/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=519412 CPUtime=1404.24 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 91785 0 0 0 140326 98 0 0 20 0 3 0 275752853 531877888 93214 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 129853 93214 195 433 0 129417 0
[pid=21787/tid=21789] ppid=21785 vsize=519412 CPUtime=702.23 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 69066 0 0 0 70136 87 0 0 20 0 3 0 275752854 531877888 93214 33554432000 4194304 5965102 140735579323664 140330237016104 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=519412 CPUtime=702.24 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 21678 0 0 0 70192 32 0 0 20 0 3 0 275752854 531877888 93214 33554432000 4194304 5965102 140735579323664 140330226526568 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.24
Current children cumulated vsize (KiB) 519412

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21797
/proc/meminfo: memFree=27311996/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=520816 CPUtime=1524.24 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 92538 0 0 0 152325 99 0 0 20 0 3 0 275752853 533315584 93967 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 130204 93967 195 433 0 129768 0
[pid=21787/tid=21789] ppid=21785 vsize=520816 CPUtime=762.24 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 69650 0 0 0 76135 89 0 0 20 0 3 0 275752854 533315584 93967 33554432000 4194304 5965102 140735579323664 140330237016104 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=520816 CPUtime=762.24 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 21847 0 0 0 76191 33 0 0 20 0 3 0 275752854 533315584 93967 33554432000 4194304 5965102 140735579323664 140330226526328 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.24
Current children cumulated vsize (KiB) 520816

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/181 21797
/proc/meminfo: memFree=27301788/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=521896 CPUtime=1644.21 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 92953 0 0 0 164322 99 0 0 20 0 3 0 275752853 534421504 94382 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 130474 94382 195 433 0 130038 0
[pid=21787/tid=21789] ppid=21785 vsize=521896 CPUtime=822.24 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 69920 0 0 0 82134 90 0 0 20 0 3 0 275752854 534421504 94382 33554432000 4194304 5965102 140735579323664 140330237015864 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=521896 CPUtime=822.24 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 21992 0 0 0 82190 34 0 0 20 0 3 0 275752854 534421504 94382 33554432000 4194304 5965102 140735579323664 140330226526568 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.21
Current children cumulated vsize (KiB) 521896

[startup+882.3 s]
/proc/loadavg: 4.08 4.00 3.95 5/181 21797
/proc/meminfo: memFree=27211480/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=523588 CPUtime=1764.19 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 103975 0 0 0 176304 115 0 0 20 0 3 0 275752853 536154112 105404 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 130897 105404 195 433 0 130461 0
[pid=21787/tid=21789] ppid=21785 vsize=523588 CPUtime=882.24 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 77272 0 0 0 88122 102 0 0 20 0 3 0 275752854 536154112 105404 33554432000 4194304 5965102 140735579323664 140330237016104 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=523588 CPUtime=882.24 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 25662 0 0 0 88184 40 0 0 20 0 3 0 275752854 536154112 105404 33554432000 4194304 5965102 140735579323664 140330226526520 4400963 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.19
Current children cumulated vsize (KiB) 523588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 3.90 3.97 3.94 5/181 21838
/proc/meminfo: memFree=27922896/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=523840 CPUtime=1800.19 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 107674 0 0 0 179899 120 0 0 20 0 3 0 275752853 536412160 109097 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 130960 109097 195 433 0 130524 0
[pid=21787/tid=21789] ppid=21785 vsize=523840 CPUtime=900.25 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 80283 0 0 0 89919 106 0 0 20 0 3 0 275752854 536412160 109097 33554432000 4194304 5965102 140735579323664 140330237016056 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=523840 CPUtime=900.24 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 26350 0 0 0 89983 41 0 0 20 0 3 0 275752854 536412160 109097 33554432000 4194304 5965102 140735579323664 140330226526520 4220672 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) 523840

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

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

[startup+900.3 s]
/proc/loadavg: 3.90 3.97 3.94 5/181 21838
/proc/meminfo: memFree=27922896/32873648 swapFree=7104/7104
[pid=21787] ppid=21785 vsize=523840 CPUtime=1800.19 cores=0,2,4,6
/proc/21787/stat : 21787 (pwbo2.0) S 21785 21787 20135 0 -1 4202496 107674 0 0 0 179899 120 0 0 20 0 3 0 275752853 536412160 109097 33554432000 4194304 5965102 140735579323664 140735579323184 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21787/statm: 130960 109097 195 433 0 130524 0
[pid=21787/tid=21789] ppid=21785 vsize=523840 CPUtime=900.25 cores=0,2,4,6
/proc/21787/task/21789/stat : 21789 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 80283 0 0 0 89919 106 0 0 20 0 3 0 275752854 536412160 109097 33554432000 4194304 5965102 140735579323664 140330237016056 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=21787/tid=21790] ppid=21785 vsize=523840 CPUtime=900.24 cores=0,2,4,6
/proc/21787/task/21790/stat : 21790 (pwbo2.0) R 21785 21787 20135 0 -1 4202560 26350 0 0 0 89983 41 0 0 20 0 3 0 275752854 536412160 109097 33554432000 4194304 5965102 140735579323664 140330226526520 4220672 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) 523840

Child status: 0
Real time (s): 900.322
CPU time (s): 1800.54
CPU user time (s): 1799.03
CPU system time (s): 1.50177
CPU usage (%): 199.988
Max. virtual memory (cumulated for all children) (KiB): 523840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.50177
maximum resident set size= 436396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107676
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= 243
involuntary context switches= 1936

runsolver used 1.85072 second user time and 4.94525 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 07:24:34
IDJOB=3703891
IDBENCH=71846
IDSOLVER=2279
FILE ID=node127/3703891-1338096274
RUNJOBID= node127-1338087073-20151
PBS_JOBID= 14624433
Free space on /tmp= 71172 MiB

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

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=583898618

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28373300 kB
Buffers:          364520 kB
Cached:          3261844 kB
SwapCached:            0 kB
Active:          1123988 kB
Inactive:        2546568 kB
Active(anon):      46236 kB
Inactive(anon):        0 kB
Active(file):    1077752 kB
Inactive(file):  2546568 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11960 kB
Writeback:             4 kB
AnonPages:         50736 kB
Mapped:            15236 kB
Shmem:               200 kB
Slab:             690816 kB
SReclaimable:     134472 kB
SUnreclaim:       556344 kB
KernelStack:        1472 kB
PageTables:         3752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     160628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71168 MiB
End job on node127 at 2012-05-27 07:39:36