Trace number 3704019

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.16 900.528

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894244.opb
MD5SUMcdfac8cd93d8a1de6ab1cef68bd1ac7c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1783.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21856
Total number of constraints12129
Number of constraints which are clauses4095
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints7696
Minimum length of a constraint1
Maximum length of a constraint211
Number of terms in the objective function 16
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 16
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 211
Number of bits of the biggest sum of numbers8
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-3704019-1338097358.opb.
0.00/0.00	c Instance file HOME/instance-3704019-1338097358.opb
0.00/0.00	c File size is 942899 bytes.
0.09/0.12	c Cost Offset: 0
0.09/0.12	c Highest Coefficient sum: 211
0.09/0.12	c ============================[ Problem Statistics ]=============================
0.09/0.12	c |                                                                             |
0.09/0.12	c |  Parsing time:          0.12         s                                      |
0.09/0.12	c |  Number Variables:      21856                                               |
0.09/0.12	c |  Number Clauses:        8273                                                |
0.09/0.12	c |  Number Cardinality:    7696                                                |
0.09/0.12	c |  Number PB Constraints: 0                                                   |
0.09/0.12	c |                                                                             |
0.09/0.14	c |  Problem Type:          Optimization                                        |
0.09/0.14	c |  Objective Function:    Cardinality Constraint                              |
0.09/0.14	c |                                                                             |
0.09/0.14	c ===============================================================================
1800.16/900.51	c ===============================================================================
1800.16/900.51	c Wall Clock Time: 900.51 s
1800.16/900.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.83 3.94 3.90 4/178 20948
/proc/meminfo: memFree=30822368/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=6200 CPUtime=0 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) R 20946 20948 18125 0 -1 4202496 646 0 0 0 0 0 0 0 20 0 1 0 275860364 6348800 598 33554432000 4194304 5965102 140737342867792 140736967219320 5180263 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 1550 599 166 433 0 883 0

[startup+0.0262719 s]
/proc/loadavg: 3.83 3.94 3.90 4/178 20948
/proc/meminfo: memFree=30822368/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=13504 CPUtime=0.02 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) R 20946 20948 18125 0 -1 4202496 2437 0 0 0 2 0 0 0 20 0 1 0 275860364 13828096 2389 33554432000 4194304 5965102 140737342867792 140736967219320 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 3376 2392 199 433 0 2709 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13504

[startup+0.100363 s]
/proc/loadavg: 3.83 3.94 3.90 4/178 20948
/proc/meminfo: memFree=30822368/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=24520 CPUtime=0.09 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) R 20946 20948 18125 0 -1 4202496 5000 0 0 0 9 0 0 0 20 0 1 0 275860364 25108480 4919 33554432000 4194304 5965102 140737342867792 140737342865768 5156882 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 6130 4920 340 433 0 5463 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24520

[startup+0.300207 s]
/proc/loadavg: 3.83 3.94 3.90 4/178 20948
/proc/meminfo: memFree=30822368/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=185624 CPUtime=0.45 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 13968 0 0 0 42 3 0 0 20 0 3 0 275860364 190078976 12643 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 46406 12643 196 433 0 45970 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 185624

[startup+0.700187 s]
/proc/loadavg: 3.83 3.94 3.90 4/178 20948
/proc/meminfo: memFree=30822368/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=185624 CPUtime=1.25 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 14734 0 0 0 122 3 0 0 20 0 3 0 275860364 190078976 12783 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 46406 12783 196 433 0 45970 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 185624

[startup+1.50038 s]
/proc/loadavg: 3.83 3.94 3.90 5/181 20951
/proc/meminfo: memFree=30769124/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=185624 CPUtime=2.84 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 16021 0 0 0 280 4 0 0 20 0 3 0 275860364 190078976 14070 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 46406 14070 196 433 0 45970 0
[pid=20948/tid=20950] ppid=20946 vsize=185624 CPUtime=1.34 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 7600 0 0 0 132 2 0 0 20 0 3 0 275860376 190078976 14070 33554432000 4194304 5965102 140737342867792 139689393297392 4401143 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=185624 CPUtime=1.34 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 2437 0 0 0 134 0 0 0 20 0 3 0 275860376 190078976 14070 33554432000 4194304 5965102 140737342867792 139689382807856 4390200 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 185624

[startup+3.10038 s]
/proc/loadavg: 3.83 3.94 3.90 5/181 20951
/proc/meminfo: memFree=30760940/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=185624 CPUtime=6.03 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 17873 0 0 0 598 5 0 0 20 0 3 0 275860364 190078976 15921 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 46406 15921 196 433 0 45970 0
[pid=20948/tid=20950] ppid=20946 vsize=185624 CPUtime=2.93 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 8979 0 0 0 290 3 0 0 20 0 3 0 275860376 190078976 15921 33554432000 4194304 5965102 140737342867792 139689393297752 5123123 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=185624 CPUtime=2.94 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 2910 0 0 0 293 1 0 0 20 0 3 0 275860376 190078976 15921 33554432000 4194304 5965102 140737342867792 139689382807968 4401441 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 185624

[startup+6.30037 s]
/proc/loadavg: 3.77 3.92 3.89 5/181 20951
/proc/meminfo: memFree=30754500/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=185624 CPUtime=12.42 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 19148 0 0 0 1236 6 0 0 20 0 3 0 275860364 190078976 17196 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 46406 17196 196 433 0 45970 0
[pid=20948/tid=20950] ppid=20946 vsize=185624 CPUtime=6.11 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 9430 0 0 0 608 3 0 0 20 0 3 0 275860376 190078976 17196 33554432000 4194304 5965102 140737342867792 139689393297392 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=185624 CPUtime=6.12 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 3734 0 0 0 611 1 0 0 20 0 3 0 275860376 190078976 17196 33554432000 4194304 5965102 140737342867792 139689382807856 4282403 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 185624

[startup+12.7004 s]
/proc/loadavg: 3.79 3.92 3.89 5/181 20951
/proc/meminfo: memFree=30743224/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=185624 CPUtime=25.21 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 22562 0 0 0 2510 11 0 0 20 0 3 0 275860364 190078976 20610 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 46406 20610 196 433 0 45970 0
[pid=20948/tid=20950] ppid=20946 vsize=185624 CPUtime=12.5 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 10511 0 0 0 1244 6 0 0 20 0 3 0 275860376 190078976 20610 33554432000 4194304 5965102 140737342867792 139689393297208 4389386 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=185624 CPUtime=12.5 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 6067 0 0 0 1247 3 0 0 20 0 3 0 275860376 190078976 20610 33554432000 4194304 5965102 140737342867792 139689382807856 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 185624

[startup+25.5004 s]
/proc/loadavg: 3.83 3.93 3.90 5/181 20992
/proc/meminfo: memFree=31074428/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=186296 CPUtime=50.79 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 30072 0 0 0 5062 17 0 0 20 0 3 0 275860364 190767104 28120 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 46574 28120 196 433 0 46138 0
[pid=20948/tid=20950] ppid=20946 vsize=186296 CPUtime=25.26 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 13160 0 0 0 2518 8 0 0 20 0 3 0 275860376 190767104 28121 33554432000 4194304 5965102 140737342867792 139689393297448 4400986 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=186296 CPUtime=25.26 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 10929 0 0 0 2519 7 0 0 20 0 3 0 275860376 190767104 28121 33554432000 4194304 5965102 140737342867792 139689382807864 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 186296

[startup+51.1004 s]
/proc/loadavg: 3.89 3.93 3.90 5/181 20992
/proc/meminfo: memFree=30960952/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=192212 CPUtime=101.93 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 38179 0 0 0 10167 26 0 0 20 0 3 0 275860364 196825088 36567 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 48053 36567 196 433 0 47617 0
[pid=20948/tid=20950] ppid=20946 vsize=192212 CPUtime=50.78 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 15617 0 0 0 5066 12 0 0 20 0 3 0 275860376 196825088 36567 33554432000 4194304 5965102 140737342867792 139689393297312 4400960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=192212 CPUtime=50.76 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 16578 0 0 0 5064 12 0 0 20 0 3 0 275860376 196825088 36567 33554432000 4194304 5965102 140737342867792 139689382807968 4392729 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 192212

[startup+102.307 s]
/proc/loadavg: 3.95 3.94 3.90 5/181 20993
/proc/meminfo: memFree=30800416/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=263424 CPUtime=204.26 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 46314 0 0 0 20390 36 0 0 20 0 3 0 275860364 269746176 44947 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 65856 44947 196 433 0 65420 0
[pid=20948/tid=20950] ppid=20946 vsize=263424 CPUtime=101.82 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 20919 0 0 0 10161 21 0 0 20 0 3 0 275860376 269746176 44947 33554432000 4194304 5965102 140737342867792 139689393297448 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=263424 CPUtime=101.79 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 19411 0 0 0 10163 16 0 0 20 0 3 0 275860376 269746176 44947 33554432000 4194304 5965102 140737342867792 139689382807624 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 204.26
Current children cumulated vsize (KiB) 263424

[startup+162.3 s]
/proc/loadavg: 4.03 3.96 3.91 5/181 20993
/proc/meminfo: memFree=30613360/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=334304 CPUtime=324.19 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 57823 0 0 0 32374 45 0 0 20 0 3 0 275860364 342327296 56253 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 83576 56253 196 433 0 83140 0
[pid=20948/tid=20950] ppid=20946 vsize=334304 CPUtime=161.65 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 27847 0 0 0 16139 26 0 0 20 0 3 0 275860376 342327296 56253 33554432000 4194304 5965102 140737342867792 139689393297504 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=334304 CPUtime=161.59 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 23992 0 0 0 16137 22 0 0 20 0 3 0 275860376 342327296 56253 33554432000 4194304 5965102 140737342867792 139689382807624 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 324.19
Current children cumulated vsize (KiB) 334304

[startup+222.3 s]
/proc/loadavg: 4.01 3.97 3.91 5/181 20993
/proc/meminfo: memFree=30496400/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=338376 CPUtime=444.15 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 60488 0 0 0 44367 48 0 0 20 0 3 0 275860364 346497024 58918 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 84594 58918 196 433 0 84158 0
[pid=20948/tid=20950] ppid=20946 vsize=338376 CPUtime=221.5 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 27960 0 0 0 22123 27 0 0 20 0 3 0 275860376 346497024 58918 33554432000 4194304 5965102 140737342867792 139689393297312 4401472 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=338376 CPUtime=221.42 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 26544 0 0 0 22116 26 0 0 20 0 3 0 275860376 346497024 58918 33554432000 4194304 5965102 140737342867792 139689382807912 4401127 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 444.15
Current children cumulated vsize (KiB) 338376

[startup+282.3 s]
/proc/loadavg: 3.94 3.96 3.91 5/181 20993
/proc/meminfo: memFree=30209616/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=344396 CPUtime=564.11 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 64500 0 0 0 56359 52 0 0 20 0 3 0 275860364 352661504 62930 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 86099 62930 196 433 0 85663 0
[pid=20948/tid=20950] ppid=20946 vsize=344396 CPUtime=281.35 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 28493 0 0 0 28107 28 0 0 20 0 3 0 275860376 352661504 62930 33554432000 4194304 5965102 140737342867792 139689393297504 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=344396 CPUtime=281.24 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 30023 0 0 0 28093 31 0 0 20 0 3 0 275860376 352661504 62930 33554432000 4194304 5965102 140737342867792 139689382807624 4383297 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 564.11
Current children cumulated vsize (KiB) 344396

[startup+342.3 s]
/proc/loadavg: 3.98 3.96 3.91 5/181 20993
/proc/meminfo: memFree=29962884/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=347164 CPUtime=684.08 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 75057 0 0 0 68345 63 0 0 20 0 3 0 275860364 355495936 73487 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 86791 73487 196 433 0 86355 0

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

[pid=20948/tid=20951] ppid=20946 vsize=347164 CPUtime=341.07 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 37380 0 0 0 34068 39 0 0 20 0 3 0 275860376 355495936 73487 33554432000 4194304 5965102 140737342867792 139689382807968 4383069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 684.08
Current children cumulated vsize (KiB) 347164

[startup+402.3 s]
/proc/loadavg: 4.02 3.98 3.91 5/181 20994
/proc/meminfo: memFree=29600832/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=350452 CPUtime=804.05 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 78328 0 0 0 80339 66 0 0 20 0 3 0 275860364 358862848 76758 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 87613 76758 196 433 0 87177 0
[pid=20948/tid=20950] ppid=20946 vsize=350452 CPUtime=401.04 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 34185 0 0 0 40069 35 0 0 20 0 3 0 275860376 358862848 76758 33554432000 4194304 5965102 140737342867792 139689393297448 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=350452 CPUtime=400.91 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 38159 0 0 0 40050 41 0 0 20 0 3 0 275860376 358862848 76758 33554432000 4194304 5965102 140737342867792 139689382807624 4383111 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 804.05
Current children cumulated vsize (KiB) 350452

[startup+462.3 s]
/proc/loadavg: 4.04 4.00 3.92 5/182 20997
/proc/meminfo: memFree=29220916/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=483080 CPUtime=924.02 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 91981 0 0 0 92327 75 0 0 20 0 3 0 275860364 494673920 89543 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 120770 89543 196 433 0 120334 0
[pid=20948/tid=20950] ppid=20946 vsize=483080 CPUtime=460.88 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 42763 0 0 0 46049 39 0 0 20 0 3 0 275860376 494673920 89543 33554432000 4194304 5965102 140737342867792 139689393297504 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=483080 CPUtime=460.75 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 43234 0 0 0 46028 47 0 0 20 0 3 0 275860376 494673920 89543 33554432000 4194304 5965102 140737342867792 139689382807968 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 924.02
Current children cumulated vsize (KiB) 483080

[startup+522.3 s]
/proc/loadavg: 4.05 4.01 3.93 5/181 20997
/proc/meminfo: memFree=29093840/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=485460 CPUtime=1043.97 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 93362 0 0 0 104321 76 0 0 20 0 3 0 275860364 497111040 91112 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 121365 91112 196 433 0 120929 0
[pid=20948/tid=20950] ppid=20946 vsize=485460 CPUtime=520.72 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 42831 0 0 0 52033 39 0 0 20 0 3 0 275860376 497111040 91112 33554432000 4194304 5965102 140737342867792 139689393297504 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=485460 CPUtime=520.56 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 44547 0 0 0 52007 49 0 0 20 0 3 0 275860376 497111040 91112 33554432000 4194304 5965102 140737342867792 139689382807896 4382641 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1043.97
Current children cumulated vsize (KiB) 485460

[startup+582.3 s]
/proc/loadavg: 4.05 4.02 3.93 5/180 20997
/proc/meminfo: memFree=28961396/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=489616 CPUtime=1163.9 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 98302 0 0 0 116307 83 0 0 20 0 3 0 275860364 501366784 96431 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 122404 96431 196 433 0 121968 0
[pid=20948/tid=20950] ppid=20946 vsize=489616 CPUtime=580.53 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 42938 0 0 0 58012 41 0 0 20 0 3 0 275860376 501366784 96431 33554432000 4194304 5965102 140737342867792 139689393297312 4401058 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=489616 CPUtime=580.4 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 49380 0 0 0 57983 57 0 0 20 0 3 0 275860376 501366784 96431 33554432000 4194304 5965102 140737342867792 139689382807864 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1163.9
Current children cumulated vsize (KiB) 489616

[startup+642.3 s]
/proc/loadavg: 4.07 4.03 3.94 5/181 20998
/proc/meminfo: memFree=28852408/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=491380 CPUtime=1283.87 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 98887 0 0 0 128303 84 0 0 20 0 3 0 275860364 503173120 96993 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 122845 96993 196 433 0 122409 0
[pid=20948/tid=20950] ppid=20946 vsize=491380 CPUtime=640.38 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 42961 0 0 0 63996 42 0 0 20 0 3 0 275860376 503173120 96993 33554432000 4194304 5965102 140737342867792 139689393297504 4401050 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=491380 CPUtime=640.22 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 49942 0 0 0 63963 59 0 0 20 0 3 0 275860376 503173120 96993 33554432000 4194304 5965102 140737342867792 139689382807624 4404621 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1283.87
Current children cumulated vsize (KiB) 491380

[startup+702.3 s]
/proc/loadavg: 4.03 4.02 3.94 5/181 20999
/proc/meminfo: memFree=28666512/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=559412 CPUtime=1403.82 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 112810 0 0 0 140279 103 0 0 20 0 3 0 275860364 572837888 111025 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 139853 111025 196 433 0 139417 0
[pid=20948/tid=20950] ppid=20946 vsize=559412 CPUtime=700.22 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 44548 0 0 0 69976 46 0 0 20 0 3 0 275860376 572837888 111025 33554432000 4194304 5965102 140737342867792 139689393297400 4401497 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=559412 CPUtime=700.05 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 62278 0 0 0 69929 76 0 0 20 0 3 0 275860376 572837888 111025 33554432000 4194304 5965102 140737342867792 139689382807968 4383048 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1403.82
Current children cumulated vsize (KiB) 559412

[startup+762.307 s]
/proc/loadavg: 4.06 4.03 3.94 5/181 20999
/proc/meminfo: memFree=28534296/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=564300 CPUtime=1523.82 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 116940 0 0 0 152271 111 0 0 20 0 3 0 275860364 577843200 115666 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 141075 115666 196 433 0 140639 0
[pid=20948/tid=20950] ppid=20946 vsize=564300 CPUtime=760.07 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 48392 0 0 0 75953 54 0 0 20 0 3 0 275860376 577843200 115666 33554432000 4194304 5965102 140737342867792 139689393297448 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=564300 CPUtime=759.9 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 62564 0 0 0 75913 77 0 0 20 0 3 0 275860376 577843200 115666 33554432000 4194304 5965102 140737342867792 139689382807776 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1523.82
Current children cumulated vsize (KiB) 564300

[startup+822.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/181 20999
/proc/meminfo: memFree=28315156/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=694176 CPUtime=1643.79 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 145710 0 0 0 164243 136 0 0 20 0 3 0 275860364 710836224 143267 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 173544 143267 196 433 0 173108 0
[pid=20948/tid=20950] ppid=20946 vsize=694176 CPUtime=819.91 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 59642 0 0 0 81932 59 0 0 20 0 3 0 275860376 710836224 143267 33554432000 4194304 5965102 140737342867792 139689393297504 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=694176 CPUtime=819.74 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 80084 0 0 0 81875 99 0 0 20 0 3 0 275860376 710836224 143267 33554432000 4194304 5965102 140737342867792 139689382807864 4383000 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.79
Current children cumulated vsize (KiB) 694176

[startup+882.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/181 20999
/proc/meminfo: memFree=28165392/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=697560 CPUtime=1763.76 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 146650 0 0 0 176239 137 0 0 20 0 3 0 275860364 714301440 144111 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 174390 144111 196 433 0 173954 0
[pid=20948/tid=20950] ppid=20946 vsize=697560 CPUtime=879.75 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 59815 0 0 0 87914 61 0 0 20 0 3 0 275860376 714301440 144111 33554432000 4194304 5965102 140737342867792 139689393297392 4400960 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=697560 CPUtime=879.58 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 80851 0 0 0 87857 101 0 0 20 0 3 0 275860376 714301440 144111 33554432000 4194304 5965102 140737342867792 139689382807968 18446744073699066213 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1763.76
Current children cumulated vsize (KiB) 697560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 4.00 4.02 3.94 5/181 20999
/proc/meminfo: memFree=28138328/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=697872 CPUtime=1800.16 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 146749 0 0 0 179879 137 0 0 20 0 3 0 275860364 714620928 144210 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 174468 144210 196 433 0 174032 0
[pid=20948/tid=20950] ppid=20946 vsize=697872 CPUtime=897.91 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 59825 0 0 0 89730 61 0 0 20 0 3 0 275860376 714620928 144210 33554432000 4194304 5965102 140737342867792 139689393297312 4390200 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=697872 CPUtime=897.74 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 80940 0 0 0 89673 101 0 0 20 0 3 0 275860376 714620928 144210 33554432000 4194304 5965102 140737342867792 139689382807624 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 697872

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

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

[startup+900.5 s]
/proc/loadavg: 4.00 4.02 3.94 5/181 20999
/proc/meminfo: memFree=28138328/32873844 swapFree=6080/6080
[pid=20948] ppid=20946 vsize=697872 CPUtime=1800.16 cores=1,3,5,7
/proc/20948/stat : 20948 (pwbo2.0) S 20946 20948 18125 0 -1 4202496 146749 0 0 0 179879 137 0 0 20 0 3 0 275860364 714620928 144210 33554432000 4194304 5965102 140737342867792 140737342867312 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20948/statm: 174468 144210 196 433 0 174032 0
[pid=20948/tid=20950] ppid=20946 vsize=697872 CPUtime=897.91 cores=1,3,5,7
/proc/20948/task/20950/stat : 20950 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 59825 0 0 0 89730 61 0 0 20 0 3 0 275860376 714620928 144210 33554432000 4194304 5965102 140737342867792 139689393297312 4390200 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=20948/tid=20951] ppid=20946 vsize=697872 CPUtime=897.74 cores=1,3,5,7
/proc/20948/task/20951/stat : 20951 (pwbo2.0) R 20946 20948 18125 0 -1 4202560 80940 0 0 0 89673 101 0 0 20 0 3 0 275860376 714620928 144210 33554432000 4194304 5965102 140737342867792 139689382807624 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 697872

Child status: 0

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

Real time (s): 900.528
CPU time (s): 1800.16
CPU user time (s): 1798.79
CPU system time (s): 1.37
CPU usage (%): 199.9
Max. virtual memory (cumulated for all children) (KiB): 697872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 1.66075
maximum resident set size= 576848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146751
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= 1876
involuntary context switches= 2867

runsolver used 1.75073 second user time and 5.68413 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 07:42:38
IDJOB=3704019
IDBENCH=89848
IDSOLVER=2279
FILE ID=node139/3704019-1338097358
RUNJOBID= node139-1338087173-18142
PBS_JOBID= 14624436
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= cdfac8cd93d8a1de6ab1cef68bd1ac7c
RANDOM SEED=1956296661

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30822632 kB
Buffers:          298100 kB
Cached:           433748 kB
SwapCached:          284 kB
Active:          1083520 kB
Inactive:         138200 kB
Active(anon):     484148 kB
Inactive(anon):     8052 kB
Active(file):     599372 kB
Inactive(file):   130148 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67106400 kB
Dirty:              6124 kB
Writeback:             4 kB
AnonPages:        495668 kB
Mapped:            12700 kB
Shmem:                 8 kB
Slab:             688984 kB
SReclaimable:     131244 kB
SUnreclaim:       557740 kB
KernelStack:        1464 kB
PageTables:         5008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     235192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 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= 71644 MiB
End job on node139 at 2012-05-27 07:57:41