Trace number 3725829

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.18 900.314

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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-3725829-1338653645.opb.
0.00/0.00	c Instance file HOME/instance-3725829-1338653645.opb
0.00/0.00	c File size is 455953 bytes.
0.00/0.03	c Cost Offset: 0
0.00/0.03	c Highest Coefficient sum: 4
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.04         s                                      |
0.00/0.04	c |  Number Variables:      6352                                                |
0.00/0.04	c |  Number Clauses:        13501                                               |
0.00/0.04	c |  Number Cardinality:    0                                                   |
0.00/0.04	c |  Number PB Constraints: 0                                                   |
0.00/0.04	c |                                                                             |
0.00/0.05	c |  Problem Type:          Optimization                                        |
0.00/0.05	c |  Objective Function:    PB Constraint                                       |
0.00/0.05	c |                                                                             |
0.00/0.05	c ===============================================================================
1800.18/900.31	c ===============================================================================
1800.18/900.31	c Wall Clock Time: 900.31 s
1800.18/900.31	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.82 3.97 3.62 3/172 27987
/proc/meminfo: memFree=26824732/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=6296 CPUtime=0 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) R 27984 27987 25747 0 -1 4202496 763 0 0 0 0 0 0 0 20 0 1 0 331488840 6447104 715 33554432000 4194304 5964478 140735633113008 140736849582424 4395406 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 1574 716 159 433 0 1026 0

[startup+0.0709421 s]
/proc/loadavg: 3.82 3.97 3.62 3/172 27987
/proc/meminfo: memFree=26824732/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=167144 CPUtime=0.08 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 4352 0 0 0 7 1 0 0 20 0 3 0 331488840 171155456 3962 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 41786 3962 197 433 0 41350 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 167144

[startup+0.100192 s]
/proc/loadavg: 3.82 3.97 3.62 3/172 27987
/proc/meminfo: memFree=26824732/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=167144 CPUtime=0.14 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 4482 0 0 0 13 1 0 0 20 0 3 0 331488840 171155456 4017 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 41786 4017 198 433 0 41350 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 167144

[startup+0.300133 s]
/proc/loadavg: 3.82 3.97 3.62 3/172 27987
/proc/meminfo: memFree=26824732/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=167144 CPUtime=0.53 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 6839 0 0 0 52 1 0 0 20 0 3 0 331488840 171155456 4246 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 41786 4246 198 433 0 41350 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 167144

[startup+0.700133 s]
/proc/loadavg: 3.82 3.97 3.62 3/172 27987
/proc/meminfo: memFree=26824732/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=167144 CPUtime=1.34 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 11299 0 0 0 132 2 0 0 20 0 3 0 331488840 171155456 4369 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 41786 4369 198 433 0 41350 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 167144

[startup+1.50028 s]
/proc/loadavg: 3.82 3.97 3.62 5/181 28000
/proc/meminfo: memFree=26737208/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=167144 CPUtime=2.93 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 19294 0 0 0 290 3 0 0 20 0 3 0 331488840 171155456 5145 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 41786 5145 198 433 0 41350 0
[pid=27987/tid=27997] ppid=27984 vsize=167144 CPUtime=1.44 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 16080 0 0 0 141 3 0 0 20 0 3 0 331488844 171155456 5145 33554432000 4194304 5964478 140735633113008 140682760026648 4445054 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=167144 CPUtime=1.44 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 1110 0 0 0 143 1 0 0 20 0 3 0 331488844 171155456 5145 33554432000 4194304 5964478 140735633113008 140682749536616 4400097 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 167144

[startup+3.10029 s]
/proc/loadavg: 3.82 3.97 3.62 5/181 28000
/proc/meminfo: memFree=26731628/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=167144 CPUtime=6.13 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 30503 0 0 0 608 5 0 0 20 0 3 0 331488840 171155456 6925 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 41786 6925 198 433 0 41350 0
[pid=27987/tid=27997] ppid=27984 vsize=167144 CPUtime=3.03 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 27064 0 0 0 299 4 0 0 20 0 3 0 331488844 171155456 6925 33554432000 4194304 5964478 140735633113008 140682760026648 5133791 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=167144 CPUtime=3.03 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 1335 0 0 0 302 1 0 0 20 0 3 0 331488844 171155456 6925 33554432000 4194304 5964478 140735633113008 140682749536504 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 167144

[startup+6.30035 s]
/proc/loadavg: 3.83 3.97 3.62 5/181 28000
/proc/meminfo: memFree=26709804/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=167144 CPUtime=12.53 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 47580 0 0 0 1244 9 0 0 20 0 3 0 331488840 171155456 10755 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 41786 10755 199 433 0 41350 0
[pid=27987/tid=27997] ppid=27984 vsize=167144 CPUtime=6.22 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 43880 0 0 0 615 7 0 0 20 0 3 0 331488844 171155456 10755 33554432000 4194304 5964478 140735633113008 140682760026648 5236855 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=167144 CPUtime=6.23 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 1596 0 0 0 622 1 0 0 20 0 3 0 331488844 171155456 10755 33554432000 4194304 5964478 140735633113008 140682749536568 4399975 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 167144

[startup+12.7004 s]
/proc/loadavg: 3.84 3.97 3.62 5/181 28000
/proc/meminfo: memFree=26679352/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=167144 CPUtime=25.32 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 56864 0 0 0 2521 11 0 0 20 0 3 0 331488840 171155456 14669 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 41786 14669 199 433 0 41350 0
[pid=27987/tid=27997] ppid=27984 vsize=167144 CPUtime=12.6 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 52714 0 0 0 1250 10 0 0 20 0 3 0 331488844 171155456 14669 33554432000 4194304 5964478 140735633113008 140682760026648 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=167144 CPUtime=12.6 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 2046 0 0 0 1259 1 0 0 20 0 3 0 331488844 171155456 14669 33554432000 4194304 5964478 140735633113008 140682749536376 4399920 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) 167144

[startup+25.5004 s]
/proc/loadavg: 3.88 3.97 3.63 5/181 28000
/proc/meminfo: memFree=26654640/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=167764 CPUtime=50.91 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 58040 0 0 0 5079 12 0 0 20 0 3 0 331488840 171790336 15641 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 41941 15641 199 433 0 41505 0
[pid=27987/tid=27997] ppid=27984 vsize=167764 CPUtime=25.36 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 53040 0 0 0 2526 10 0 0 20 0 3 0 331488844 171790336 15641 33554432000 4194304 5964478 140735633113008 140682760026104 4399896 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=167764 CPUtime=25.37 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 2896 0 0 0 2535 2 0 0 20 0 3 0 331488844 171790336 15641 33554432000 4194304 5964478 140735633113008 140682749536616 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 167764

[startup+51.1003 s]
/proc/loadavg: 3.92 3.97 3.64 5/181 28000
/proc/meminfo: memFree=26610776/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=168040 CPUtime=102.09 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 61430 0 0 0 10194 15 0 0 20 0 3 0 331488840 172072960 20049 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 42010 20049 199 433 0 41574 0
[pid=27987/tid=27997] ppid=27984 vsize=168040 CPUtime=50.88 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 55660 0 0 0 5076 12 0 0 20 0 3 0 331488844 172072960 20049 33554432000 4194304 5964478 140735633113008 140682760025912 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=168040 CPUtime=50.9 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 3666 0 0 0 5088 2 0 0 20 0 3 0 331488844 172072960 20049 33554432000 4194304 5964478 140735633113008 140682749536376 4400470 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 168040

[startup+102.307 s]
/proc/loadavg: 3.96 3.97 3.65 5/181 28000
/proc/meminfo: memFree=26569048/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=234972 CPUtime=204.49 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 65472 0 0 0 20430 19 0 0 20 0 3 0 331488840 240611328 24091 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 58743 24091 199 433 0 58307 0
[pid=27987/tid=27997] ppid=27984 vsize=234972 CPUtime=101.96 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 59120 0 0 0 10180 16 0 0 20 0 3 0 331488844 240611328 24091 33554432000 4194304 5964478 140735633113008 140682760025912 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=234972 CPUtime=101.97 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 4248 0 0 0 10193 4 0 0 20 0 3 0 331488844 240611328 24091 33554432000 4194304 5964478 140735633113008 140682749536376 4392882 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.49
Current children cumulated vsize (KiB) 234972

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.67 5/181 28000
/proc/meminfo: memFree=26482544/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=235472 CPUtime=324.45 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 70212 0 0 0 32420 25 0 0 20 0 3 0 331488840 241123328 29131 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 58868 29131 199 433 0 58432 0
[pid=27987/tid=27997] ppid=27984 vsize=235472 CPUtime=161.79 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 62849 0 0 0 16157 22 0 0 20 0 3 0 331488844 241123328 29131 33554432000 4194304 5964478 140735633113008 140682760025912 4400809 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=235472 CPUtime=161.81 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 5259 0 0 0 16175 6 0 0 20 0 3 0 331488844 241123328 29131 33554432000 4194304 5964478 140735633113008 140682749536376 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.45
Current children cumulated vsize (KiB) 235472

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.69 5/181 28001
/proc/meminfo: memFree=26438436/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=235652 CPUtime=444.42 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 72234 0 0 0 44410 32 0 0 20 0 3 0 331488840 241307648 31226 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 58913 31226 199 433 0 58477 0
[pid=27987/tid=27997] ppid=27984 vsize=235652 CPUtime=221.63 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 64596 0 0 0 22132 31 0 0 20 0 3 0 331488844 241307648 31226 33554432000 4194304 5964478 140735633113008 140682760026152 4399926 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=235652 CPUtime=221.65 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 5534 0 0 0 22158 7 0 0 20 0 3 0 331488844 241307648 31226 33554432000 4194304 5964478 140735633113008 140682749536440 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.42
Current children cumulated vsize (KiB) 235652

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.71 5/181 28001
/proc/meminfo: memFree=26366696/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=236276 CPUtime=564.4 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 76272 0 0 0 56397 43 0 0 20 0 3 0 331488840 241946624 35263 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 59069 35263 199 433 0 58633 0
[pid=27987/tid=27997] ppid=27984 vsize=236276 CPUtime=281.48 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 67726 0 0 0 28107 41 0 0 20 0 3 0 331488844 241946624 35263 33554432000 4194304 5964478 140735633113008 140682760025912 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=236276 CPUtime=281.49 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 6442 0 0 0 28139 10 0 0 20 0 3 0 331488844 241946624 35263 33554432000 4194304 5964478 140735633113008 140682749536672 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.4
Current children cumulated vsize (KiB) 236276

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.72 5/181 28001
/proc/meminfo: memFree=26346000/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=236816 CPUtime=684.38 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 77139 0 0 0 68393 45 0 0 20 0 3 0 331488840 242499584 36129 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 59204 36129 199 433 0 58768 0

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

[pid=27987/tid=27998] ppid=27984 vsize=236816 CPUtime=341.33 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 6604 0 0 0 34122 11 0 0 20 0 3 0 331488844 242499584 36129 33554432000 4194304 5964478 140735633113008 140682749536440 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.38
Current children cumulated vsize (KiB) 236816

[startup+402.3 s]
/proc/loadavg: 4.04 3.99 3.74 5/182 28004
/proc/meminfo: memFree=26292940/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=236972 CPUtime=804.37 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 79393 0 0 0 80384 53 0 0 20 0 3 0 331488840 242659328 38383 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 59243 38383 199 433 0 58807 0
[pid=27987/tid=27997] ppid=27984 vsize=236972 CPUtime=401.17 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 70203 0 0 0 40066 51 0 0 20 0 3 0 331488844 242659328 38383 33554432000 4194304 5964478 140735633113008 140682760026104 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=236972 CPUtime=401.18 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 7086 0 0 0 40105 13 0 0 20 0 3 0 331488844 242659328 38383 33554432000 4194304 5964478 140735633113008 140682749536232 18446744073699066235 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.37
Current children cumulated vsize (KiB) 236972

[startup+462.3 s]
/proc/loadavg: 4.01 3.99 3.75 5/181 28004
/proc/meminfo: memFree=26252552/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=237624 CPUtime=924.33 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 82616 0 0 0 92371 62 0 0 20 0 3 0 331488840 243326976 41723 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 59406 41723 199 433 0 58970 0
[pid=27987/tid=27997] ppid=27984 vsize=237624 CPUtime=461 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 72868 0 0 0 46040 60 0 0 20 0 3 0 331488844 243326976 41723 33554432000 4194304 5964478 140735633113008 140682760026104 4403343 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=237624 CPUtime=461.02 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 7644 0 0 0 46088 14 0 0 20 0 3 0 331488844 243326976 41723 33554432000 4194304 5964478 140735633113008 140682749536568 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.33
Current children cumulated vsize (KiB) 237624

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.77 5/181 28005
/proc/meminfo: memFree=26220848/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=303840 CPUtime=1044.3 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 85334 0 0 0 104363 67 0 0 20 0 3 0 331488840 311132160 44671 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 75960 44671 199 433 0 75524 0
[pid=27987/tid=27997] ppid=27984 vsize=303840 CPUtime=520.84 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 75270 0 0 0 52019 65 0 0 20 0 3 0 331488844 311132160 44671 33554432000 4194304 5964478 140735633113008 140682760026104 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=303840 CPUtime=520.85 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 7960 0 0 0 52069 16 0 0 20 0 3 0 331488844 311132160 44671 33554432000 4194304 5964478 140735633113008 140682749536328 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.3
Current children cumulated vsize (KiB) 303840

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.78 5/181 28005
/proc/meminfo: memFree=26169104/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=305132 CPUtime=1164.28 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 87706 0 0 0 116357 71 0 0 20 0 3 0 331488840 312455168 47043 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 76283 47043 199 433 0 75847 0
[pid=27987/tid=27997] ppid=27984 vsize=305132 CPUtime=580.68 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 77496 0 0 0 57999 69 0 0 20 0 3 0 331488844 312455168 47043 33554432000 4194304 5964478 140735633113008 140682760026152 4221232 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=305132 CPUtime=580.7 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 8106 0 0 0 58053 17 0 0 20 0 3 0 331488844 312455168 47043 33554432000 4194304 5964478 140735633113008 140682749536376 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.28
Current children cumulated vsize (KiB) 305132

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.79 5/181 28005
/proc/meminfo: memFree=26141480/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=305464 CPUtime=1284.27 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 87891 0 0 0 128356 71 0 0 20 0 3 0 331488840 312795136 47228 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 76366 47228 199 433 0 75930 0
[pid=27987/tid=27997] ppid=27984 vsize=305464 CPUtime=640.54 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 77540 0 0 0 63984 70 0 0 20 0 3 0 331488844 312795136 47228 33554432000 4194304 5964478 140735633113008 140682760025912 4400067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=305464 CPUtime=640.54 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 8247 0 0 0 64036 18 0 0 20 0 3 0 331488844 312795136 47228 33554432000 4194304 5964478 140735633113008 140682749536376 4388541 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1284.27
Current children cumulated vsize (KiB) 305464

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.80 5/181 28005
/proc/meminfo: memFree=26115796/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=306916 CPUtime=1404.24 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 88332 0 0 0 140353 71 0 0 20 0 3 0 331488840 314281984 47571 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 76729 47571 199 433 0 76293 0
[pid=27987/tid=27997] ppid=27984 vsize=306916 CPUtime=700.38 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 77814 0 0 0 69967 71 0 0 20 0 3 0 331488844 314281984 47571 33554432000 4194304 5964478 140735633113008 140682760025976 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=306916 CPUtime=700.38 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 8414 0 0 0 70019 19 0 0 20 0 3 0 331488844 314281984 47571 33554432000 4194304 5964478 140735633113008 140682749536440 4400401 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1404.24
Current children cumulated vsize (KiB) 306916

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.81 5/181 28005
/proc/meminfo: memFree=26079212/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=307832 CPUtime=1524.24 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 90753 0 0 0 152349 75 0 0 20 0 3 0 331488840 315219968 49992 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 76958 49992 199 433 0 76522 0
[pid=27987/tid=27997] ppid=27984 vsize=307832 CPUtime=760.23 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 79360 0 0 0 75948 75 0 0 20 0 3 0 331488844 315219968 49992 33554432000 4194304 5964478 140735633113008 140682760025912 4400010 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=307832 CPUtime=760.23 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 9289 0 0 0 76002 21 0 0 20 0 3 0 331488844 315219968 49992 33554432000 4194304 5964478 140735633113008 140682749536568 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.24
Current children cumulated vsize (KiB) 307832

[startup+822.3 s]
/proc/loadavg: 4.06 4.00 3.83 5/181 28006
/proc/meminfo: memFree=26057140/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=308800 CPUtime=1644.21 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 93403 0 0 0 164339 82 0 0 20 0 3 0 331488840 316211200 52592 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 77200 52592 199 433 0 76764 0
[pid=27987/tid=27997] ppid=27984 vsize=308800 CPUtime=820.07 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 81638 0 0 0 81924 83 0 0 20 0 3 0 331488844 316211200 52592 33554432000 4194304 5964478 140735633113008 140682760026104 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=308800 CPUtime=820.07 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 9661 0 0 0 81985 22 0 0 20 0 3 0 331488844 316211200 52592 33554432000 4194304 5964478 140735633113008 140682749536440 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.21
Current children cumulated vsize (KiB) 308800

[startup+882.3 s]
/proc/loadavg: 4.02 4.00 3.83 5/181 28006
/proc/meminfo: memFree=26047820/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=309232 CPUtime=1764.18 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 95624 0 0 0 176332 86 0 0 20 0 3 0 331488840 316653568 54859 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 77308 54859 199 433 0 76872 0
[pid=27987/tid=27997] ppid=27984 vsize=309232 CPUtime=879.9 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 83715 0 0 0 87902 88 0 0 20 0 3 0 331488844 316653568 54859 33554432000 4194304 5964478 140735633113008 140682760026152 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=309232 CPUtime=879.91 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 9805 0 0 0 87968 23 0 0 20 0 3 0 331488844 316653568 54859 33554432000 4194304 5964478 140735633113008 140682749536376 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.18
Current children cumulated vsize (KiB) 309232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/181 28006
/proc/meminfo: memFree=26044332/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=309472 CPUtime=1800.18 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 96363 0 0 0 179931 87 0 0 20 0 3 0 331488840 316899328 55657 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 77368 55657 199 433 0 76932 0
[pid=27987/tid=27997] ppid=27984 vsize=309472 CPUtime=897.86 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 84401 0 0 0 89697 89 0 0 20 0 3 0 331488844 316899328 55657 33554432000 4194304 5964478 140735633113008 140682760025912 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=309472 CPUtime=897.87 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 9858 0 0 0 89764 23 0 0 20 0 3 0 331488844 316899328 55657 33554432000 4194304 5964478 140735633113008 140682749536376 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 309472

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

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

[startup+900.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/181 28006
/proc/meminfo: memFree=26044332/32873844 swapFree=7628/7628
[pid=27987] ppid=27984 vsize=309472 CPUtime=1800.18 cores=0,2,4,6
/proc/27987/stat : 27987 (pwbo2.02) S 27984 27987 25747 0 -1 4202496 96363 0 0 0 179931 87 0 0 20 0 3 0 331488840 316899328 55657 33554432000 4194304 5964478 140735633113008 140735633112528 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27987/statm: 77368 55657 199 433 0 76932 0
[pid=27987/tid=27997] ppid=27984 vsize=309472 CPUtime=897.86 cores=0,2,4,6
/proc/27987/task/27997/stat : 27997 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 84401 0 0 0 89697 89 0 0 20 0 3 0 331488844 316899328 55657 33554432000 4194304 5964478 140735633113008 140682760025912 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=27987/tid=27998] ppid=27984 vsize=309472 CPUtime=897.87 cores=0,2,4,6
/proc/27987/task/27998/stat : 27998 (pwbo2.02) R 27984 27987 25747 0 -1 4202560 9858 0 0 0 89764 23 0 0 20 0 3 0 331488844 316899328 55657 33554432000 4194304 5964478 140735633113008 140682749536376 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 309472

Child status: 0

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

Real time (s): 900.314
CPU time (s): 1800.18
CPU user time (s): 1799.31
CPU system time (s): 0.87
CPU usage (%): 199.95
Max. virtual memory (cumulated for all children) (KiB): 309472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.65
system time used= 1.14183
maximum resident set size= 222632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96364
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= 425
involuntary context switches= 1953

runsolver used 1.74173 second user time and 5.13322 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-02 18:14:05
IDJOB=3725829
IDBENCH=2167
IDSOLVER=2309
FILE ID=node145/3725829-1338653645
RUNJOBID= node145-1338651838-27485
PBS_JOBID= 14636435
Free space on /tmp= 70924 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725829-1338653645/watcher-3725829-1338653645 -o /tmp/evaluation-result-3725829-1338653645/solver-3725829-1338653645 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3725829-1338653645.opb

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=325602535

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26828832 kB
Buffers:          424980 kB
Cached:          4755016 kB
SwapCached:            0 kB
Active:          1594840 kB
Inactive:        3596232 kB
Active(anon):       2560 kB
Inactive(anon):    10928 kB
Active(file):    1592280 kB
Inactive(file):  3585304 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8320 kB
Writeback:             0 kB
AnonPages:         18624 kB
Mapped:            13768 kB
Shmem:               200 kB
Slab:             715804 kB
SReclaimable:     156664 kB
SUnreclaim:       559140 kB
KernelStack:        1480 kB
PageTables:         3960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70912 MiB
End job on node145 at 2012-06-02 18:29:07