Trace number 3726197

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.13 900.427

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726197-1338657859.opb.
0.00/0.00	c Instance file HOME/instance-3726197-1338657859.opb
0.00/0.00	c File size is 469538 bytes.
0.00/0.05	c Cost Offset: 0
0.00/0.05	c Highest Coefficient sum: 947
0.00/0.05	c ============================[ Problem Statistics ]=============================
0.00/0.05	c |                                                                             |
0.00/0.05	c |  Parsing time:          0.05         s                                      |
0.00/0.05	c |  Number Variables:      4977                                                |
0.00/0.05	c |  Number Clauses:        5045                                                |
0.00/0.05	c |  Number Cardinality:    76                                                  |
0.00/0.05	c |  Number PB Constraints: 448                                                 |
0.00/0.05	c |                                                                             |
0.00/0.05	c |  Problem Type:          Optimization                                        |
0.00/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.05	c |                                                                             |
0.00/0.05	c ===============================================================================
1800.13/900.41	c ===============================================================================
1800.13/900.41	c Wall Clock Time: 900.41 s
1800.13/900.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726197-1338657859/watcher-3726197-1338657859 -o /tmp/evaluation-result-3726197-1338657859/solver-3726197-1338657859 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726197-1338657859.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.03 4.01 3.93 4/180 24781
/proc/meminfo: memFree=27991060/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=5220 CPUtime=0 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) R 24779 24781 22415 0 -1 4202496 511 0 0 0 0 0 0 0 20 0 1 0 331911319 5345280 463 33554432000 4194304 5964478 140734600667936 140733988170808 4395199 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 1305 463 167 433 0 754 0

[startup+0.0626461 s]
/proc/loadavg: 4.03 4.01 3.93 4/180 24781
/proc/meminfo: memFree=27991060/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=169692 CPUtime=0.06 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 3800 0 0 0 6 0 0 0 20 0 3 0 331911319 173764608 3614 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 42423 3617 184 433 0 41987 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 169692

[startup+0.100194 s]
/proc/loadavg: 4.03 4.01 3.93 4/180 24781
/proc/meminfo: memFree=27991060/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=169308 CPUtime=0.14 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 4036 0 0 0 13 1 0 0 20 0 3 0 331911319 173371392 3772 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 42327 3772 190 433 0 41891 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 169308

[startup+0.300122 s]
/proc/loadavg: 4.03 4.01 3.93 4/180 24781
/proc/meminfo: memFree=27991060/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=169308 CPUtime=0.54 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 4576 0 0 0 53 1 0 0 20 0 3 0 331911319 173371392 4312 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 42327 4312 192 433 0 41891 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 169308

[startup+0.700122 s]
/proc/loadavg: 4.03 4.01 3.93 4/180 24781
/proc/meminfo: memFree=27991060/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=169308 CPUtime=1.33 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 5604 0 0 0 132 1 0 0 20 0 3 0 331911319 173371392 5340 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 42327 5340 192 433 0 41891 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 169308

[startup+1.50019 s]
/proc/loadavg: 4.02 4.01 3.93 5/183 24784
/proc/meminfo: memFree=27966500/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=169308 CPUtime=2.93 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 7318 0 0 0 291 2 0 0 20 0 3 0 331911319 173371392 7054 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 42327 7054 192 433 0 41891 0
[pid=24781/tid=24783] ppid=24779 vsize=169308 CPUtime=1.43 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 2811 0 0 0 142 1 0 0 20 0 3 0 331911325 173371392 7054 33554432000 4194304 5964478 140734600667936 140467847972856 4403664 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=169308 CPUtime=1.42 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 1910 0 0 0 142 0 0 0 20 0 3 0 331911325 173371392 7054 33554432000 4194304 5964478 140734600667936 140467837483368 5136420 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 169308

[startup+3.10021 s]
/proc/loadavg: 4.02 4.01 3.93 5/183 24784
/proc/meminfo: memFree=27953588/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=169308 CPUtime=6.13 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 9095 0 0 0 610 3 0 0 20 0 3 0 331911319 173371392 8831 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 42327 8831 192 433 0 41891 0
[pid=24781/tid=24783] ppid=24779 vsize=169308 CPUtime=3.03 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 3718 0 0 0 301 2 0 0 20 0 3 0 331911325 173371392 8831 33554432000 4194304 5964478 140734600667936 140467847972904 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=169308 CPUtime=3.02 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 2780 0 0 0 301 1 0 0 20 0 3 0 331911325 173371392 8831 33554432000 4194304 5964478 140734600667936 140467837483320 4381702 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 169308

[startup+6.30023 s]
/proc/loadavg: 4.02 4.01 3.93 5/183 24784
/proc/meminfo: memFree=27934880/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=169308 CPUtime=12.53 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 13827 0 0 0 1248 5 0 0 20 0 3 0 331911319 173371392 13563 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 42327 13563 192 433 0 41891 0
[pid=24781/tid=24783] ppid=24779 vsize=169308 CPUtime=6.22 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 6006 0 0 0 619 3 0 0 20 0 3 0 331911325 173371392 13563 33554432000 4194304 5964478 140734600667936 140467847972664 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=169308 CPUtime=6.21 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 5224 0 0 0 619 2 0 0 20 0 3 0 331911325 173371392 13563 33554432000 4194304 5964478 140734600667936 140467837483320 4400519 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 169308

[startup+12.7003 s]
/proc/loadavg: 4.09 4.03 3.94 5/183 24784
/proc/meminfo: memFree=27890068/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=169740 CPUtime=25.32 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 19435 0 0 0 2525 7 0 0 20 0 3 0 331911319 173813760 19171 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 42435 19171 192 433 0 41999 0
[pid=24781/tid=24783] ppid=24779 vsize=169740 CPUtime=12.6 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 9821 0 0 0 1255 5 0 0 20 0 3 0 331911325 173813760 19171 33554432000 4194304 5964478 140734600667936 140467847972856 4400115 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=169740 CPUtime=12.59 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 7017 0 0 0 1257 2 0 0 20 0 3 0 331911325 173813760 19171 33554432000 4194304 5964478 140734600667936 140467837483312 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 169740

[startup+25.5004 s]
/proc/loadavg: 4.08 4.02 3.94 5/183 24784
/proc/meminfo: memFree=27835452/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=170540 CPUtime=50.92 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 29596 0 0 0 5069 23 0 0 20 0 3 0 331911319 174632960 29332 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 42635 29332 192 433 0 42199 0
[pid=24781/tid=24783] ppid=24779 vsize=170540 CPUtime=25.37 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 14444 0 0 0 2528 9 0 0 20 0 3 0 331911325 174632960 29332 33554432000 4194304 5964478 140734600667936 140467847972904 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=170540 CPUtime=25.36 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 12555 0 0 0 2523 13 0 0 20 0 3 0 331911325 174632960 29332 33554432000 4194304 5964478 140734600667936 140467837483368 4222314 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 170540

[startup+51.1003 s]
/proc/loadavg: 4.12 4.04 3.94 5/183 24824
/proc/meminfo: memFree=27869276/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=237952 CPUtime=102.07 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 42769 0 0 0 10173 34 0 0 20 0 3 0 331911319 243662848 42840 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 59488 42840 192 433 0 59052 0
[pid=24781/tid=24783] ppid=24779 vsize=237952 CPUtime=50.88 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 26850 0 0 0 5068 20 0 0 20 0 3 0 331911325 243662848 42840 33554432000 4194304 5964478 140734600667936 140467847972664 4400115 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=237952 CPUtime=50.89 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 13322 0 0 0 5075 14 0 0 20 0 3 0 331911325 243662848 42840 33554432000 4194304 5964478 140734600667936 140467837483080 4388228 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 237952

[startup+102.3 s]
/proc/loadavg: 4.09 4.04 3.95 5/183 24824
/proc/meminfo: memFree=27685320/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=371556 CPUtime=204.42 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 70701 0 0 0 20396 46 0 0 20 0 3 0 331911319 380473344 70752 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 92889 70752 192 433 0 92453 0
[pid=24781/tid=24783] ppid=24779 vsize=371556 CPUtime=101.91 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 38530 0 0 0 10165 26 0 0 20 0 3 0 331911325 380473344 70752 33554432000 4194304 5964478 140734600667936 140467847972960 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=371556 CPUtime=101.95 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 29574 0 0 0 10174 21 0 0 20 0 3 0 331911325 380473344 70752 33554432000 4194304 5964478 140734600667936 140467837483080 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.42
Current children cumulated vsize (KiB) 371556

[startup+162.3 s]
/proc/loadavg: 4.06 4.05 3.95 5/183 24824
/proc/meminfo: memFree=27598316/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=438264 CPUtime=324.34 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 82128 0 0 0 32383 51 0 0 20 0 3 0 331911319 448782336 82880 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 109566 82880 192 433 0 109130 0
[pid=24781/tid=24783] ppid=24779 vsize=438264 CPUtime=161.74 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 42744 0 0 0 16145 29 0 0 20 0 3 0 331911325 448782336 82880 33554432000 4194304 5964478 140734600667936 140467847972856 4381702 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=438264 CPUtime=161.75 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 36787 0 0 0 16149 26 0 0 20 0 3 0 331911325 448782336 82880 33554432000 4194304 5964478 140734600667936 140467837483080 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.34
Current children cumulated vsize (KiB) 438264

[startup+222.307 s]
/proc/loadavg: 4.02 4.04 3.95 5/182 24824
/proc/meminfo: memFree=27459284/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=505488 CPUtime=444.34 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 97430 0 0 0 44375 59 0 0 20 0 3 0 331911319 517619712 98182 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 126372 98182 192 433 0 125936 0
[pid=24781/tid=24783] ppid=24779 vsize=505488 CPUtime=221.59 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 57685 0 0 0 22122 37 0 0 20 0 3 0 331911325 517619712 98182 33554432000 4194304 5964478 140734600667936 140467847972856 5136420 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=505488 CPUtime=221.6 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 37148 0 0 0 22133 27 0 0 20 0 3 0 331911325 517619712 98182 33554432000 4194304 5964478 140734600667936 140467837483080 4393782 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.34
Current children cumulated vsize (KiB) 505488

[startup+282.3 s]
/proc/loadavg: 4.01 4.03 3.95 5/183 24825
/proc/meminfo: memFree=27367484/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=573140 CPUtime=564.31 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 119378 0 0 0 56361 70 0 0 20 0 3 0 331911319 586895360 120130 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 143285 120130 192 433 0 142849 0
[pid=24781/tid=24783] ppid=24779 vsize=573140 CPUtime=281.43 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 79207 0 0 0 28094 49 0 0 20 0 3 0 331911325 586895360 120130 33554432000 4194304 5964478 140734600667936 140467847972856 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=573140 CPUtime=281.44 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 37574 0 0 0 28116 28 0 0 20 0 3 0 331911325 586895360 120130 33554432000 4194304 5964478 140734600667936 140467837483080 4381692 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.31
Current children cumulated vsize (KiB) 573140

[startup+342.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/184 24828
/proc/meminfo: memFree=27265500/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=639564 CPUtime=684.29 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 143630 0 0 0 68349 80 0 0 20 0 3 0 331911319 654913536 144382 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 159891 144382 192 433 0 159455 0

################
# More data... #
################

[pid=24781/tid=24784] ppid=24779 vsize=639564 CPUtime=341.29 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 61826 0 0 0 34090 39 0 0 20 0 3 0 331911325 654913536 144382 33554432000 4194304 5964478 140734600667936 140467837483320 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.29
Current children cumulated vsize (KiB) 639564

[startup+402.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/184 24828
/proc/meminfo: memFree=27121748/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=772552 CPUtime=804.27 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 174159 0 0 0 80329 98 0 0 20 0 3 0 331911319 791093248 174911 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 193138 174911 192 433 0 192702 0
[pid=24781/tid=24783] ppid=24779 vsize=772552 CPUtime=401.13 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 91547 0 0 0 40055 58 0 0 20 0 3 0 331911325 791093248 174911 33554432000 4194304 5964478 140734600667936 140467847972856 4400542 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=772552 CPUtime=401.13 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 80015 0 0 0 40062 51 0 0 20 0 3 0 331911325 791093248 174911 33554432000 4194304 5964478 140734600667936 140467837483080 4382029 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.27
Current children cumulated vsize (KiB) 772552

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/183 24828
/proc/meminfo: memFree=27103748/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=774192 CPUtime=924.24 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 174505 0 0 0 92326 98 0 0 20 0 3 0 331911319 792772608 174825 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 193548 174825 192 433 0 193112 0
[pid=24781/tid=24783] ppid=24779 vsize=774192 CPUtime=460.97 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 91631 0 0 0 46039 58 0 0 20 0 3 0 331911325 792772608 174825 33554432000 4194304 5964478 140734600667936 140467847972664 4400103 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=774192 CPUtime=460.98 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 80277 0 0 0 46046 52 0 0 20 0 3 0 331911325 792772608 174825 33554432000 4194304 5964478 140734600667936 140467837483080 4400812 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.24
Current children cumulated vsize (KiB) 774192

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/183 24828
/proc/meminfo: memFree=27058144/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=775616 CPUtime=1044.18 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 174797 0 0 0 104320 98 0 0 20 0 3 0 331911319 794230784 174812 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 193904 174812 192 433 0 193468 0
[pid=24781/tid=24783] ppid=24779 vsize=775616 CPUtime=520.79 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 91710 0 0 0 52020 59 0 0 20 0 3 0 331911325 794230784 174812 33554432000 4194304 5964478 140734600667936 140467847972960 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=775616 CPUtime=520.8 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 80490 0 0 0 52028 52 0 0 20 0 3 0 331911325 794230784 174812 33554432000 4194304 5964478 140734600667936 140467837483080 4400087 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.18
Current children cumulated vsize (KiB) 775616

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/183 24829
/proc/meminfo: memFree=26997288/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=777836 CPUtime=1164.11 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 179920 0 0 0 116311 100 0 0 20 0 3 0 331911319 796504064 179907 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 194459 179907 192 433 0 194023 0
[pid=24781/tid=24783] ppid=24779 vsize=777836 CPUtime=580.63 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 92589 0 0 0 58003 60 0 0 20 0 3 0 331911325 796504064 179907 33554432000 4194304 5964478 140734600667936 140467847972856 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=777836 CPUtime=580.61 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 84734 0 0 0 58006 55 0 0 20 0 3 0 331911325 796504064 179907 33554432000 4194304 5964478 140734600667936 140467837483320 4381708 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.11
Current children cumulated vsize (KiB) 777836

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/183 24829
/proc/meminfo: memFree=26885840/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=910956 CPUtime=1284.04 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 198090 0 0 0 128293 111 0 0 20 0 3 0 331911319 932818944 198116 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 227739 198116 192 433 0 227303 0
[pid=24781/tid=24783] ppid=24779 vsize=910956 CPUtime=640.45 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 100883 0 0 0 63979 66 0 0 20 0 3 0 331911325 932818944 198116 33554432000 4194304 5964478 140734600667936 140467847972856 4382008 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=910956 CPUtime=640.44 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 94610 0 0 0 63982 62 0 0 20 0 3 0 331911325 932818944 198116 33554432000 4194304 5964478 140734600667936 140467837483368 4381783 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.04
Current children cumulated vsize (KiB) 910956

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/183 24829
/proc/meminfo: memFree=26843216/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=911968 CPUtime=1403.98 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 200306 0 0 0 140285 113 0 0 20 0 3 0 331911319 933855232 199688 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 227992 199688 192 433 0 227556 0
[pid=24781/tid=24783] ppid=24779 vsize=911968 CPUtime=700.26 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 102948 0 0 0 69958 68 0 0 20 0 3 0 331911325 933855232 199688 33554432000 4194304 5964478 140734600667936 140467847972856 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=911968 CPUtime=700.27 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 94761 0 0 0 69963 64 0 0 20 0 3 0 331911325 933855232 199688 33554432000 4194304 5964478 140734600667936 140467837483080 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1403.98
Current children cumulated vsize (KiB) 911968

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/183 24829
/proc/meminfo: memFree=26796096/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=913844 CPUtime=1523.97 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 208814 0 0 0 152279 118 0 0 20 0 3 0 331911319 935776256 208196 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 228461 208196 192 433 0 228025 0
[pid=24781/tid=24783] ppid=24779 vsize=913844 CPUtime=760.11 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 111132 0 0 0 75936 75 0 0 20 0 3 0 331911325 935776256 208196 33554432000 4194304 5964478 140734600667936 140467847972664 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=913844 CPUtime=760.12 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 95085 0 0 0 75947 65 0 0 20 0 3 0 331911325 935776256 208196 33554432000 4194304 5964478 140734600667936 140467837483080 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1523.97
Current children cumulated vsize (KiB) 913844

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/183 24829
/proc/meminfo: memFree=26783200/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=915060 CPUtime=1643.95 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 209121 0 0 0 164276 119 0 0 20 0 3 0 331911319 937021440 208503 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 228765 208503 192 433 0 228329 0
[pid=24781/tid=24783] ppid=24779 vsize=915060 CPUtime=819.95 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 111229 0 0 0 81919 76 0 0 20 0 3 0 331911325 937021440 208503 33554432000 4194304 5964478 140734600667936 140467847972664 4382008 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=915060 CPUtime=819.96 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 95295 0 0 0 81930 66 0 0 20 0 3 0 331911325 937021440 208503 33554432000 4194304 5964478 140734600667936 140467837483080 4381715 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1643.95
Current children cumulated vsize (KiB) 915060

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.95 5/183 24830
/proc/meminfo: memFree=26768112/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=915940 CPUtime=1763.94 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 209343 0 0 0 176275 119 0 0 20 0 3 0 331911319 937922560 209105 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 228985 209105 192 433 0 228549 0
[pid=24781/tid=24783] ppid=24779 vsize=915940 CPUtime=879.8 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 111229 0 0 0 87903 77 0 0 20 0 3 0 331911325 937922560 209105 33554432000 4194304 5964478 140734600667936 140467847972664 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=915940 CPUtime=879.82 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 95517 0 0 0 87915 67 0 0 20 0 3 0 331911325 937922560 209105 33554432000 4194304 5964478 140734600667936 140467837483128 4222474 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.94
Current children cumulated vsize (KiB) 915940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.4 s]
/proc/loadavg: 4.00 4.00 3.95 5/183 24830
/proc/meminfo: memFree=26762624/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=915940 CPUtime=1800.13 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 209823 0 0 0 179894 119 0 0 20 0 3 0 331911319 937922560 209585 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 228985 209585 192 433 0 228549 0
[pid=24781/tid=24783] ppid=24779 vsize=915940 CPUtime=897.86 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 111229 0 0 0 89709 77 0 0 20 0 3 0 331911325 937922560 209585 33554432000 4194304 5964478 140734600667936 140467847972664 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=915940 CPUtime=897.87 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 95997 0 0 0 89719 68 0 0 20 0 3 0 331911325 937922560 209585 33554432000 4194304 5964478 140734600667936 140467837483128 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 915940

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

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

[startup+900.4 s]
/proc/loadavg: 4.00 4.00 3.95 5/183 24830
/proc/meminfo: memFree=26762624/32873844 swapFree=7124/7124
[pid=24781] ppid=24779 vsize=915940 CPUtime=1800.13 cores=0,2,4,6
/proc/24781/stat : 24781 (pwbo2.02) S 24779 24781 22415 0 -1 4202496 209823 0 0 0 179894 119 0 0 20 0 3 0 331911319 937922560 209585 33554432000 4194304 5964478 140734600667936 140734600667456 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24781/statm: 228985 209585 192 433 0 228549 0
[pid=24781/tid=24783] ppid=24779 vsize=915940 CPUtime=897.86 cores=0,2,4,6
/proc/24781/task/24783/stat : 24783 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 111229 0 0 0 89709 77 0 0 20 0 3 0 331911325 937922560 209585 33554432000 4194304 5964478 140734600667936 140467847972664 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=24781/tid=24784] ppid=24779 vsize=915940 CPUtime=897.87 cores=0,2,4,6
/proc/24781/task/24784/stat : 24784 (pwbo2.02) R 24779 24781 22415 0 -1 4202560 95997 0 0 0 89719 68 0 0 20 0 3 0 331911325 937922560 209585 33554432000 4194304 5964478 140734600667936 140467837483128 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 915940

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24781 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=334219
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=488773
# CPU time returned by wait4() is 1795.82
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.427
CPU time (s): 1800.13
CPU user time (s): 1798.94
CPU system time (s): 1.19
CPU usage (%): 199.92
Max. virtual memory (cumulated for all children) (KiB): 915940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 1.48877
maximum resident set size= 838344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209824
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= 743
involuntary context switches= 2100

runsolver used 1.67974 second user time and 5.10722 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-02 19:24:19
IDJOB=3726197
IDBENCH=71843
IDSOLVER=2309
FILE ID=node134/3726197-1338657859
RUNJOBID= node134-1338651430-23916
PBS_JOBID= 14636446
Free space on /tmp= 70352 MiB

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

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=302300443

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27991672 kB
Buffers:          457192 kB
Cached:          3273732 kB
SwapCached:           76 kB
Active:          1968136 kB
Inactive:        2019728 kB
Active(anon):     248260 kB
Inactive(anon):    10508 kB
Active(file):    1719876 kB
Inactive(file):  2009220 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:              6008 kB
Writeback:             0 kB
AnonPages:        265356 kB
Mapped:            11996 kB
Shmem:                96 kB
Slab:             754220 kB
SReclaimable:     195648 kB
SUnreclaim:       558572 kB
KernelStack:        1480 kB
PageTables:         4492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     172392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70340 MiB
End job on node134 at 2012-06-02 19:39:22