Trace number 3725828

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.17 900.315

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
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 constraints13473
Number of constraints which are clauses13473
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-3725828-1338653582.opb.
0.00/0.00	c Instance file HOME/instance-3725828-1338653582.opb
0.00/0.00	c File size is 454704 bytes.
0.03/0.04	c Cost Offset: 0
0.03/0.04	c Highest Coefficient sum: 4
0.03/0.04	c ============================[ Problem Statistics ]=============================
0.03/0.04	c |                                                                             |
0.03/0.04	c |  Parsing time:          0.04         s                                      |
0.03/0.04	c |  Number Variables:      6352                                                |
0.03/0.04	c |  Number Clauses:        13473                                               |
0.03/0.04	c |  Number Cardinality:    0                                                   |
0.03/0.04	c |  Number PB Constraints: 0                                                   |
0.03/0.04	c |                                                                             |
0.03/0.05	c |  Problem Type:          Optimization                                        |
0.03/0.05	c |  Objective Function:    PB Constraint                                       |
0.03/0.05	c |                                                                             |
0.03/0.05	c ===============================================================================
1800.17/900.31	c ===============================================================================
1800.17/900.31	c Wall Clock Time: 900.31 s
1800.17/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-3725828-1338653582/watcher-3725828-1338653582 -o /tmp/evaluation-result-3725828-1338653582/solver-3725828-1338653582 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3725828-1338653582.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.66 4/180 23866
/proc/meminfo: memFree=28117164/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=6296 CPUtime=0 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) R 23864 23866 21777 0 -1 4202496 750 0 0 0 0 0 0 0 20 0 1 0 331483519 6447104 703 33554432000 4194304 5964478 140737160215840 140733469860600 4395406 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 1574 704 158 433 0 1026 0

[startup+0.0402681 s]
/proc/loadavg: 4.00 4.00 3.66 4/180 23866
/proc/meminfo: memFree=28117164/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=9528 CPUtime=0.03 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) R 23864 23866 21777 0 -1 4202496 1574 0 0 0 3 0 0 0 20 0 1 0 331483519 9756672 1527 33554432000 4194304 5964478 140737160215840 140733469860600 4344854 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 2382 1527 262 433 0 1834 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9528

[startup+0.100168 s]
/proc/loadavg: 4.00 4.00 3.66 4/180 23866
/proc/meminfo: memFree=28117164/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=167140 CPUtime=0.14 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 4531 0 0 0 13 1 0 0 20 0 3 0 331483519 171151360 4056 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 41785 4056 198 433 0 41349 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 167140

[startup+0.300134 s]
/proc/loadavg: 4.00 4.00 3.66 4/180 23866
/proc/meminfo: memFree=28117164/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=167140 CPUtime=0.53 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 5409 0 0 0 52 1 0 0 20 0 3 0 331483519 171151360 4178 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 41785 4178 198 433 0 41349 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 167140

[startup+0.700133 s]
/proc/loadavg: 4.00 4.00 3.66 4/180 23866
/proc/meminfo: memFree=28117164/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=167140 CPUtime=1.34 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 7251 0 0 0 132 2 0 0 20 0 3 0 331483519 171151360 4554 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 41785 4554 198 433 0 41349 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 167140

[startup+1.50026 s]
/proc/loadavg: 4.00 4.00 3.66 5/183 23869
/proc/meminfo: memFree=28099268/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=167140 CPUtime=2.93 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 11580 0 0 0 290 3 0 0 20 0 3 0 331483519 171151360 5185 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 41785 5185 198 433 0 41349 0
[pid=23866/tid=23868] ppid=23864 vsize=167140 CPUtime=1.44 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 8304 0 0 0 142 2 0 0 20 0 3 0 331483523 171151360 5185 33554432000 4194304 5964478 140737160215840 140222778931736 5236855 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=167140 CPUtime=1.44 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 1173 0 0 0 142 2 0 0 20 0 3 0 331483523 171151360 5185 33554432000 4194304 5964478 140737160215840 140222768441656 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 167140

[startup+3.10027 s]
/proc/loadavg: 4.00 4.00 3.66 5/183 23869
/proc/meminfo: memFree=28094440/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=167140 CPUtime=6.13 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 23916 0 0 0 608 5 0 0 20 0 3 0 331483519 171151360 7120 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 41785 7120 198 433 0 41349 0
[pid=23866/tid=23868] ppid=23864 vsize=167140 CPUtime=3.03 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 20443 0 0 0 300 3 0 0 20 0 3 0 331483523 171151360 7120 33554432000 4194304 5964478 140737160215840 140222778931736 5142509 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=167140 CPUtime=3.04 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 1370 0 0 0 302 2 0 0 20 0 3 0 331483523 171151360 7120 33554432000 4194304 5964478 140737160215840 140222768441464 4381655 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 167140

[startup+6.30027 s]
/proc/loadavg: 4.00 4.00 3.66 5/183 23869
/proc/meminfo: memFree=28076448/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=167140 CPUtime=12.53 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 41851 0 0 0 1244 9 0 0 20 0 3 0 331483519 171151360 11201 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 41785 11201 199 433 0 41349 0
[pid=23866/tid=23868] ppid=23864 vsize=167140 CPUtime=6.22 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 38237 0 0 0 615 7 0 0 20 0 3 0 331483523 171151360 11201 33554432000 4194304 5964478 140737160215840 140222778931544 5142524 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=167140 CPUtime=6.23 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 1511 0 0 0 621 2 0 0 20 0 3 0 331483523 171151360 11201 33554432000 4194304 5964478 140737160215840 140222768441760 4400137 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 167140

[startup+12.7003 s]
/proc/loadavg: 4.00 4.00 3.66 5/183 23869
/proc/meminfo: memFree=28059120/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=167140 CPUtime=25.33 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 48909 0 0 0 2523 10 0 0 20 0 3 0 331483519 171151360 14129 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 41785 14129 199 433 0 41349 0
[pid=23866/tid=23868] ppid=23864 vsize=167140 CPUtime=12.61 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 44735 0 0 0 1253 8 0 0 20 0 3 0 331483523 171151360 14129 33554432000 4194304 5964478 140737160215840 140222778931296 4409702 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=167140 CPUtime=12.6 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 2071 0 0 0 1258 2 0 0 20 0 3 0 331483523 171151360 14129 33554432000 4194304 5964478 140737160215840 140222768441592 4381560 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 167140

[startup+25.5003 s]
/proc/loadavg: 4.00 4.00 3.67 5/183 23869
/proc/meminfo: memFree=28050912/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=167764 CPUtime=50.93 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 50395 0 0 0 5081 12 0 0 20 0 3 0 331483519 171790336 15614 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 41941 15614 199 433 0 41505 0
[pid=23866/tid=23868] ppid=23864 vsize=167764 CPUtime=25.37 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 45594 0 0 0 2529 8 0 0 20 0 3 0 331483523 171790336 15614 33554432000 4194304 5964478 140737160215840 140222778931296 4400024 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=167764 CPUtime=25.37 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 2698 0 0 0 2534 3 0 0 20 0 3 0 331483523 171790336 15614 33554432000 4194304 5964478 140737160215840 140222768441592 4381601 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 167764

[startup+51.1003 s]
/proc/loadavg: 4.00 4.00 3.67 5/183 23869
/proc/meminfo: memFree=28032840/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=168212 CPUtime=102.11 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 53165 0 0 0 10197 14 0 0 20 0 3 0 331483519 172249088 18384 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 42053 18384 199 433 0 41617 0
[pid=23866/tid=23868] ppid=23864 vsize=168212 CPUtime=50.91 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 47826 0 0 0 5081 10 0 0 20 0 3 0 331483523 172249088 18384 33554432000 4194304 5964478 140737160215840 140222778931000 4400416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=168212 CPUtime=50.9 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 3236 0 0 0 5087 3 0 0 20 0 3 0 331483523 172249088 18384 33554432000 4194304 5964478 140737160215840 140222768441416 4400038 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 168212

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.69 5/183 23869
/proc/meminfo: memFree=27995384/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=234860 CPUtime=204.51 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 59485 0 0 0 20429 22 0 0 20 0 3 0 331483519 240496640 24704 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 58715 24704 199 433 0 58279 0
[pid=23866/tid=23868] ppid=23864 vsize=234860 CPUtime=101.98 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 53302 0 0 0 10180 18 0 0 20 0 3 0 331483523 240496640 24704 33554432000 4194304 5964478 140737160215840 140222778931240 4400087 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=234860 CPUtime=101.97 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 4080 0 0 0 10192 5 0 0 20 0 3 0 331483523 240496640 24704 33554432000 4194304 5964478 140737160215840 140222768441464 4399964 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.51
Current children cumulated vsize (KiB) 234860

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/183 23869
/proc/meminfo: memFree=27937388/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=235168 CPUtime=324.43 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 63233 0 0 0 32417 26 0 0 20 0 3 0 331483519 240812032 28856 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 58792 28856 199 433 0 58356 0
[pid=23866/tid=23868] ppid=23864 vsize=235168 CPUtime=161.78 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 56633 0 0 0 16156 22 0 0 20 0 3 0 331483523 240812032 28856 33554432000 4194304 5964478 140737160215840 140222778931192 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=235168 CPUtime=161.81 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 4497 0 0 0 16174 7 0 0 20 0 3 0 331483523 240812032 28856 33554432000 4194304 5964478 140737160215840 140222768441464 4221072 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 324.43
Current children cumulated vsize (KiB) 235168

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/183 23870
/proc/meminfo: memFree=27863424/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=234892 CPUtime=444.41 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 66746 0 0 0 44412 29 0 0 20 0 3 0 331483519 240529408 32613 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 58723 32613 199 433 0 58287 0
[pid=23866/tid=23868] ppid=23864 vsize=234892 CPUtime=221.63 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 59333 0 0 0 22137 26 0 0 20 0 3 0 331483523 240529408 32613 33554432000 4194304 5964478 140737160215840 140222778931736 4400024 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=234892 CPUtime=221.65 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 5310 0 0 0 22157 8 0 0 20 0 3 0 331483523 240529408 32613 33554432000 4194304 5964478 140737160215840 140222768441464 4388624 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 444.41
Current children cumulated vsize (KiB) 234892

[startup+282.3 s]
/proc/loadavg: 4.07 4.02 3.74 5/183 23870
/proc/meminfo: memFree=27826224/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=235584 CPUtime=564.38 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 67636 0 0 0 56409 29 0 0 20 0 3 0 331483519 241238016 33503 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 58896 33503 199 433 0 58460 0
[pid=23866/tid=23868] ppid=23864 vsize=235584 CPUtime=281.48 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 59353 0 0 0 28121 27 0 0 20 0 3 0 331483523 241238016 33503 33554432000 4194304 5964478 140737160215840 140222778931736 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=235584 CPUtime=281.49 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 6180 0 0 0 28139 10 0 0 20 0 3 0 331483523 241238016 33503 33554432000 4194304 5964478 140737160215840 140222768441704 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 564.38
Current children cumulated vsize (KiB) 235584

[startup+342.3 s]
/proc/loadavg: 4.02 4.01 3.75 5/183 23870
/proc/meminfo: memFree=27775244/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=235924 CPUtime=684.36 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 68120 0 0 0 68407 29 0 0 20 0 3 0 331483519 241586176 33736 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 58981 33736 199 433 0 58545 0

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

[pid=23866/tid=23869] ppid=23864 vsize=235924 CPUtime=341.34 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 6374 0 0 0 34123 11 0 0 20 0 3 0 331483523 241586176 33736 33554432000 4194304 5964478 140737160215840 140222768441464 4221072 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.36
Current children cumulated vsize (KiB) 235924

[startup+402.3 s]
/proc/loadavg: 4.01 4.00 3.77 5/183 23870
/proc/meminfo: memFree=27727504/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=235924 CPUtime=804.35 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 68294 0 0 0 80405 30 0 0 20 0 3 0 331483519 241586176 33908 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 58981 33908 199 433 0 58545 0
[pid=23866/tid=23868] ppid=23864 vsize=235924 CPUtime=401.17 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 59643 0 0 0 40088 29 0 0 20 0 3 0 331483523 241586176 33908 33554432000 4194304 5964478 140737160215840 140222778931104 4399952 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=235924 CPUtime=401.18 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 6548 0 0 0 40106 12 0 0 20 0 3 0 331483523 241586176 33908 33554432000 4194304 5964478 140737160215840 140222768441464 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 804.35
Current children cumulated vsize (KiB) 235924

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.78 5/184 23873
/proc/meminfo: memFree=27662932/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=235924 CPUtime=924.32 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 68794 0 0 0 92402 30 0 0 20 0 3 0 331483519 241586176 34853 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 58981 34853 199 433 0 58545 0
[pid=23866/tid=23868] ppid=23864 vsize=235924 CPUtime=461 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 59653 0 0 0 46070 30 0 0 20 0 3 0 331483523 241586176 34853 33554432000 4194304 5964478 140737160215840 140222778931104 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=235924 CPUtime=461.03 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 7038 0 0 0 46090 13 0 0 20 0 3 0 331483523 241586176 34853 33554432000 4194304 5964478 140737160215840 140222768441464 4221123 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 924.32
Current children cumulated vsize (KiB) 235924

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/183 23874
/proc/meminfo: memFree=27630360/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=236300 CPUtime=1044.29 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 69215 0 0 0 104399 30 0 0 20 0 3 0 331483519 241971200 35432 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 59075 35432 199 433 0 58639 0
[pid=23866/tid=23868] ppid=23864 vsize=236300 CPUtime=520.85 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 59653 0 0 0 52055 30 0 0 20 0 3 0 331483523 241971200 35432 33554432000 4194304 5964478 140737160215840 140222778931104 4399915 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=236300 CPUtime=520.87 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 7459 0 0 0 52074 13 0 0 20 0 3 0 331483523 241971200 35432 33554432000 4194304 5964478 140737160215840 140222768441528 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1044.29
Current children cumulated vsize (KiB) 236300

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/183 23874
/proc/meminfo: memFree=27616192/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=236300 CPUtime=1164.27 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 69288 0 0 0 116397 30 0 0 20 0 3 0 331483519 241971200 35505 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 59075 35505 199 433 0 58639 0
[pid=23866/tid=23868] ppid=23864 vsize=236300 CPUtime=580.7 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 59653 0 0 0 58039 31 0 0 20 0 3 0 331483523 241971200 35505 33554432000 4194304 5964478 140737160215840 140222778931104 4399938 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=236300 CPUtime=580.72 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 7532 0 0 0 58058 14 0 0 20 0 3 0 331483523 241971200 35505 33554432000 4194304 5964478 140737160215840 140222768441464 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1164.27
Current children cumulated vsize (KiB) 236300

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/183 23874
/proc/meminfo: memFree=27592000/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=236504 CPUtime=1284.27 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 69718 0 0 0 128396 31 0 0 20 0 3 0 331483519 242180096 35935 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 59126 35935 199 433 0 58690 0
[pid=23866/tid=23868] ppid=23864 vsize=236504 CPUtime=640.55 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 60018 0 0 0 64023 32 0 0 20 0 3 0 331483523 242180096 35935 33554432000 4194304 5964478 140737160215840 140222778931192 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=236504 CPUtime=640.57 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 7597 0 0 0 64042 15 0 0 20 0 3 0 331483523 242180096 35935 33554432000 4194304 5964478 140737160215840 140222768441760 4388867 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) 236504

[startup+702.3 s]
/proc/loadavg: 4.03 4.01 3.82 5/183 23874
/proc/meminfo: memFree=27519016/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=236504 CPUtime=1404.24 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 72970 0 0 0 140389 35 0 0 20 0 3 0 331483519 242180096 39186 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 59126 39186 199 433 0 58690 0
[pid=23866/tid=23868] ppid=23864 vsize=236504 CPUtime=700.39 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 63010 0 0 0 70001 38 0 0 20 0 3 0 331483523 242180096 39186 33554432000 4194304 5964478 140737160215840 140222778931240 4400416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=236504 CPUtime=700.41 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 7857 0 0 0 70025 16 0 0 20 0 3 0 331483523 242180096 39186 33554432000 4194304 5964478 140737160215840 140222768441656 4400422 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) 236504

[startup+762.307 s]
/proc/loadavg: 4.09 4.02 3.84 5/183 23874
/proc/meminfo: memFree=27483296/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=239092 CPUtime=1524.23 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 74623 0 0 0 152387 36 0 0 20 0 3 0 331483519 244830208 40839 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 59773 40839 199 433 0 59337 0
[pid=23866/tid=23868] ppid=23864 vsize=239092 CPUtime=760.24 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 64165 0 0 0 75984 40 0 0 20 0 3 0 331483523 244830208 40839 33554432000 4194304 5964478 140737160215840 140222778931000 4400115 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=239092 CPUtime=760.26 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 8355 0 0 0 76008 18 0 0 20 0 3 0 331483523 244830208 40839 33554432000 4194304 5964478 140737160215840 140222768441416 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1524.23
Current children cumulated vsize (KiB) 239092

[startup+822.3 s]
/proc/loadavg: 3.96 3.99 3.83 5/183 23916
/proc/meminfo: memFree=28039800/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=239284 CPUtime=1644.19 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 74996 0 0 0 164383 36 0 0 20 0 3 0 331483519 245026816 41261 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 59821 41261 199 433 0 59385 0
[pid=23866/tid=23868] ppid=23864 vsize=239284 CPUtime=820.07 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 64383 0 0 0 81966 41 0 0 20 0 3 0 331483523 245026816 41261 33554432000 4194304 5964478 140737160215840 140222778931000 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=239284 CPUtime=820.1 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 8510 0 0 0 81991 19 0 0 20 0 3 0 331483523 245026816 41261 33554432000 4194304 5964478 140737160215840 140222768441464 4400001 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.19
Current children cumulated vsize (KiB) 239284

[startup+882.3 s]
/proc/loadavg: 3.98 3.99 3.84 5/183 23956
/proc/meminfo: memFree=28011768/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=239284 CPUtime=1764.16 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 78858 0 0 0 176375 41 0 0 20 0 3 0 331483519 245026816 45246 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 59821 45246 199 433 0 59385 0
[pid=23866/tid=23868] ppid=23864 vsize=239284 CPUtime=879.92 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 67557 0 0 0 87946 46 0 0 20 0 3 0 331483523 245026816 45246 33554432000 4194304 5964478 140737160215840 140222778931192 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=239284 CPUtime=879.94 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 9198 0 0 0 87974 20 0 0 20 0 3 0 331483523 245026816 45246 33554432000 4194304 5964478 140737160215840 140222768441464 4399920 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.16
Current children cumulated vsize (KiB) 239284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.3 s]
/proc/loadavg: 3.99 3.99 3.84 5/183 23956
/proc/meminfo: memFree=27967416/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=304820 CPUtime=1800.17 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 79734 0 0 0 179974 43 0 0 20 0 3 0 331483519 312135680 46122 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 76205 46122 199 433 0 75769 0
[pid=23866/tid=23868] ppid=23864 vsize=304820 CPUtime=897.88 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 68423 0 0 0 89740 48 0 0 20 0 3 0 331483523 312135680 46122 33554432000 4194304 5964478 140737160215840 140222778931240 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=304820 CPUtime=897.9 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 9208 0 0 0 89770 20 0 0 20 0 3 0 331483523 312135680 46122 33554432000 4194304 5964478 140737160215840 140222768441760 4400001 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 304820

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

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

[startup+900.3 s]
/proc/loadavg: 3.99 3.99 3.84 5/183 23956
/proc/meminfo: memFree=27967416/32873844 swapFree=7112/7112
[pid=23866] ppid=23864 vsize=304820 CPUtime=1800.17 cores=0,2,4,6
/proc/23866/stat : 23866 (pwbo2.02) S 23864 23866 21777 0 -1 4202496 79734 0 0 0 179974 43 0 0 20 0 3 0 331483519 312135680 46122 33554432000 4194304 5964478 140737160215840 140737160215360 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23866/statm: 76205 46122 199 433 0 75769 0
[pid=23866/tid=23868] ppid=23864 vsize=304820 CPUtime=897.88 cores=0,2,4,6
/proc/23866/task/23868/stat : 23868 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 68423 0 0 0 89740 48 0 0 20 0 3 0 331483523 312135680 46122 33554432000 4194304 5964478 140737160215840 140222778931240 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23866/tid=23869] ppid=23864 vsize=304820 CPUtime=897.9 cores=0,2,4,6
/proc/23866/task/23869/stat : 23869 (pwbo2.02) R 23864 23866 21777 0 -1 4202560 9208 0 0 0 89770 20 0 0 20 0 3 0 331483523 312135680 46122 33554432000 4194304 5964478 140737160215840 140222768441760 4400001 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 304820

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23866 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=155094
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=706892
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.315
CPU time (s): 1800.17
CPU user time (s): 1799.74
CPU system time (s): 0.43
CPU usage (%): 199.949
Max. virtual memory (cumulated for all children) (KiB): 304820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.16
system time used= 0.706892
maximum resident set size= 184492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79735
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= 383
involuntary context switches= 2128

runsolver used 1.87271 second user time and 5.22221 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-02 18:13:02
IDJOB=3725828
IDBENCH=2109
IDSOLVER=2309
FILE ID=node132/3725828-1338653582
RUNJOBID= node132-1338651627-23512
PBS_JOBID= 14636448
Free space on /tmp= 71212 MiB

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

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=24199665

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28117544 kB
Buffers:          589432 kB
Cached:          3012768 kB
SwapCached:         2292 kB
Active:          1773736 kB
Inactive:        2067740 kB
Active(anon):     231624 kB
Inactive(anon):     7120 kB
Active(file):    1542112 kB
Inactive(file):  2060620 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:              5840 kB
Writeback:             0 kB
AnonPages:        243288 kB
Mapped:            11836 kB
Shmem:                 8 kB
Slab:             773348 kB
SReclaimable:     214820 kB
SUnreclaim:       558528 kB
KernelStack:        1520 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     208696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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= 71204 MiB
End job on node132 at 2012-06-02 18:28:04