Trace number 3725972

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.05 900.514

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark345
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
Number of bits of the biggest sum of numbers12
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-3725972-1338656867.opb.
0.00/0.00	c Instance file HOME/instance-3725972-1338656867.opb
0.00/0.00	c File size is 6149829 bytes.
0.49/0.55	c Cost Offset: 0
0.49/0.55	c Highest Coefficient sum: 2868
0.49/0.55	c ============================[ Problem Statistics ]=============================
0.49/0.55	c |                                                                             |
0.49/0.55	c |  Parsing time:          0.55         s                                      |
0.49/0.55	c |  Number Variables:      10998                                               |
0.49/0.55	c |  Number Clauses:        1                                                   |
0.49/0.55	c |  Number Cardinality:    0                                                   |
0.49/0.55	c |  Number PB Constraints: 21678                                               |
0.49/0.55	c |                                                                             |
0.63/0.66	c |  Problem Type:          Optimization                                        |
0.63/0.66	c |  Objective Function:    Cardinality Constraint                              |
0.63/0.66	c |                                                                             |
0.63/0.66	c ===============================================================================
1800.05/900.51	c ===============================================================================
1800.05/900.51	c Wall Clock Time: 900.51 s
1800.05/900.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.86 3.98 3.92 2/173 6000
/proc/meminfo: memFree=29146256/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=10460 CPUtime=0 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) R 5998 6000 3386 0 -1 4202496 447 0 0 0 0 0 0 0 20 0 1 0 331815169 10711040 400 33554432000 4194304 5964478 140736639226800 140736639226400 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 2615 401 169 433 0 677 0

[startup+0.094122 s]
/proc/loadavg: 3.86 3.98 3.92 2/173 6000
/proc/meminfo: memFree=29146256/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=23552 CPUtime=0.08 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) R 5998 6000 3386 0 -1 4202496 3952 0 0 0 8 0 0 0 20 0 1 0 331815169 24117248 3905 33554432000 4194304 5964478 140736639226800 140736639226400 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 5888 3908 413 433 0 3950 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23552

[startup+0.100325 s]
/proc/loadavg: 3.86 3.98 3.92 2/173 6000
/proc/meminfo: memFree=29146256/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=24344 CPUtime=0.09 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) R 5998 6000 3386 0 -1 4202496 4165 0 0 0 9 0 0 0 20 0 1 0 331815169 24928256 4118 33554432000 4194304 5964478 140736639226800 140736639226400 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 6086 4120 430 433 0 4148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24344

[startup+0.300362 s]
/proc/loadavg: 3.86 3.98 3.92 2/173 6000
/proc/meminfo: memFree=29146256/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=53256 CPUtime=0.29 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) R 5998 6000 3386 0 -1 4202496 11896 0 0 0 28 1 0 0 20 0 1 0 331815169 54534144 11849 33554432000 4194304 5964478 140736639226800 140736639226400 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 13314 11851 971 433 0 11376 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53256

[startup+0.700213 s]
/proc/loadavg: 3.86 3.98 3.92 2/173 6000
/proc/meminfo: memFree=29146256/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=244012 CPUtime=0.83 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 32911 0 0 0 78 5 0 0 20 0 3 0 331815169 249868288 31330 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 61003 31330 187 433 0 60567 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 244012

[startup+1.50035 s]
/proc/loadavg: 3.86 3.98 3.92 5/181 6011
/proc/meminfo: memFree=28976916/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=2.43 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 33012 0 0 0 238 5 0 0 20 0 3 0 331815169 248770560 31216 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 31216 192 433 0 60299 0
[pid=6000/tid=6010] ppid=5998 vsize=242940 CPUtime=0.93 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 10337 0 0 0 91 2 0 0 20 0 3 0 331815224 248770560 31216 33554432000 4194304 5964478 140736639226800 139640651007928 4222314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=0.93 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 716 0 0 0 93 0 0 0 20 0 3 0 331815224 248770560 31216 33554432000 4194304 5964478 140736639226800 139640640518456 4403376 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 242940

[startup+3.10034 s]
/proc/loadavg: 3.87 3.98 3.92 5/181 6011
/proc/meminfo: memFree=28975296/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=5.63 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 33035 0 0 0 558 5 0 0 20 0 3 0 331815169 248770560 31239 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 31239 193 433 0 60299 0
[pid=6000/tid=6010] ppid=5998 vsize=242940 CPUtime=2.53 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 10343 0 0 0 251 2 0 0 20 0 3 0 331815224 248770560 31239 33554432000 4194304 5964478 140736639226800 139640651008040 4222314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=2.53 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 733 0 0 0 253 0 0 0 20 0 3 0 331815224 248770560 31239 33554432000 4194304 5964478 140736639226800 139640640518392 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 242940

[startup+6.30035 s]
/proc/loadavg: 3.87 3.98 3.92 5/181 6011
/proc/meminfo: memFree=28973684/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=12.02 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 33149 0 0 0 1197 5 0 0 20 0 3 0 331815169 248770560 31353 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 31353 195 433 0 60299 0
[pid=6000/tid=6010] ppid=5998 vsize=242940 CPUtime=5.72 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 10405 0 0 0 570 2 0 0 20 0 3 0 331815224 248770560 31353 33554432000 4194304 5964478 140736639226800 139640651008040 4403370 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=5.72 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 785 0 0 0 572 0 0 0 20 0 3 0 331815224 248770560 31353 33554432000 4194304 5964478 140736639226800 139640640518456 4403370 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 242940

[startup+12.7004 s]
/proc/loadavg: 3.89 3.98 3.92 5/181 6011
/proc/meminfo: memFree=28969936/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=24.8 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 33354 0 0 0 2475 5 0 0 20 0 3 0 331815169 248770560 31558 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 31558 195 433 0 60299 0
[pid=6000/tid=6010] ppid=5998 vsize=242940 CPUtime=12.09 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 10534 0 0 0 1207 2 0 0 20 0 3 0 331815224 248770560 31558 33554432000 4194304 5964478 140736639226800 139640651007984 4222304 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=12.09 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 861 0 0 0 1209 0 0 0 20 0 3 0 331815224 248770560 31558 33554432000 4194304 5964478 140736639226800 139640640518264 4403376 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 242940

[startup+25.5004 s]
/proc/loadavg: 3.91 3.98 3.92 5/181 6011
/proc/meminfo: memFree=28964876/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=50.39 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 33880 0 0 0 5033 6 0 0 20 0 3 0 331815169 248770560 32076 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 32076 195 433 0 60299 0
[pid=6000/tid=6010] ppid=5998 vsize=242940 CPUtime=24.85 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 10827 0 0 0 2483 2 0 0 20 0 3 0 331815224 248770560 32076 33554432000 4194304 5964478 140736639226800 139640651007992 4403717 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=24.85 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 1094 0 0 0 2485 0 0 0 20 0 3 0 331815224 248770560 32076 33554432000 4194304 5964478 140736639226800 139640640518392 4403727 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 242940

[startup+51.1004 s]
/proc/loadavg: 3.94 3.98 3.92 5/181 6011
/proc/meminfo: memFree=28955668/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=101.57 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 34905 0 0 0 10149 8 0 0 20 0 3 0 331815169 248770560 33085 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 33085 195 433 0 60299 0
[pid=6000/tid=6010] ppid=5998 vsize=242940 CPUtime=50.38 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 11449 0 0 0 5035 3 0 0 20 0 3 0 331815224 248770560 33085 33554432000 4194304 5964478 140736639226800 139640651007928 4392962 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=50.37 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 1497 0 0 0 5036 1 0 0 20 0 3 0 331815224 248770560 33085 33554432000 4194304 5964478 140736639226800 139640640518264 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 242940

[startup+102.307 s]
/proc/loadavg: 3.97 3.98 3.92 5/181 6011
/proc/meminfo: memFree=28935996/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=203.93 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 36359 0 0 0 20382 11 0 0 20 0 3 0 331815169 248770560 34868 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 34868 195 433 0 60299 0
[pid=6000/tid=6010] ppid=5998 vsize=242940 CPUtime=101.43 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 12255 0 0 0 10137 6 0 0 20 0 3 0 331815224 248770560 34868 33554432000 4194304 5964478 140736639226800 139640651007800 4222314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=101.44 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 2145 0 0 0 10141 3 0 0 20 0 3 0 331815224 248770560 34868 33554432000 4194304 5964478 140736639226800 139640640518456 4403370 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 242940

[startup+162.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/182 6014
/proc/meminfo: memFree=28914892/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=323.89 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 37292 0 0 0 32377 12 0 0 20 0 3 0 331815169 248770560 36842 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 36842 195 433 0 60299 0
[pid=6000/tid=6010] ppid=5998 vsize=242940 CPUtime=161.26 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 13069 0 0 0 16118 8 0 0 20 0 3 0 331815224 248770560 36842 33554432000 4194304 5964478 140736639226800 139640651007992 4403721 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=161.27 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 2264 0 0 0 16123 4 0 0 20 0 3 0 331815224 248770560 36842 33554432000 4194304 5964478 140736639226800 139640640518456 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 323.89
Current children cumulated vsize (KiB) 242940

[startup+222.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/181 6015
/proc/meminfo: memFree=28904112/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=443.87 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 38185 0 0 0 44372 15 0 0 20 0 3 0 331815169 248770560 37735 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 37735 195 433 0 60299 0
[pid=6000/tid=6010] ppid=5998 vsize=242940 CPUtime=221.11 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 13583 0 0 0 22100 11 0 0 20 0 3 0 331815224 248770560 37735 33554432000 4194304 5964478 140736639226800 139640651007992 4403677 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=221.11 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 2643 0 0 0 22105 6 0 0 20 0 3 0 331815224 248770560 37735 33554432000 4194304 5964478 140736639226800 139640640518392 4403717 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 443.87
Current children cumulated vsize (KiB) 242940

[startup+282.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/181 6015
/proc/meminfo: memFree=28887672/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=563.84 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 39824 0 0 0 56365 19 0 0 20 0 3 0 331815169 248770560 39387 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 39387 195 433 0 60299 0
[pid=6000/tid=6010] ppid=5998 vsize=242940 CPUtime=280.94 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 14665 0 0 0 28079 15 0 0 20 0 3 0 331815224 248770560 39387 33554432000 4194304 5964478 140736639226800 139640651007992 4403376 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=280.96 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 3200 0 0 0 28088 8 0 0 20 0 3 0 331815224 248770560 39387 33554432000 4194304 5964478 140736639226800 139640640518264 4403721 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 563.84
Current children cumulated vsize (KiB) 242940

[startup+342.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/181 6015
/proc/meminfo: memFree=28882876/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=242940 CPUtime=683.8 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 40120 0 0 0 68361 19 0 0 20 0 3 0 331815169 248770560 39683 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60735 39683 195 433 0 60299 0

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

[pid=6000/tid=6011] ppid=5998 vsize=242940 CPUtime=340.8 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 3247 0 0 0 34071 9 0 0 20 0 3 0 331815224 248770560 39683 33554432000 4194304 5964478 140736639226800 139640640518456 4403698 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 683.8
Current children cumulated vsize (KiB) 242940

[startup+402.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/181 6015
/proc/meminfo: memFree=28870228/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=243424 CPUtime=803.79 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 41633 0 0 0 80357 22 0 0 20 0 3 0 331815169 249266176 41196 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60856 41196 195 433 0 60420 0
[pid=6000/tid=6010] ppid=5998 vsize=243424 CPUtime=400.63 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 16070 0 0 0 40043 20 0 0 20 0 3 0 331815224 249266176 41196 33554432000 4194304 5964478 140736639226800 139640651007992 4222308 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=243424 CPUtime=400.64 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 3604 0 0 0 40054 10 0 0 20 0 3 0 331815224 249266176 41196 33554432000 4194304 5964478 140736639226800 139640640518456 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 803.79
Current children cumulated vsize (KiB) 243424

[startup+462.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/181 6015
/proc/meminfo: memFree=28858504/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=243908 CPUtime=923.77 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 42846 0 0 0 92352 25 0 0 20 0 3 0 331815169 249761792 42417 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60977 42417 195 433 0 60541 0
[pid=6000/tid=6010] ppid=5998 vsize=243908 CPUtime=460.48 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 16551 0 0 0 46028 20 0 0 20 0 3 0 331815224 249761792 42417 33554432000 4194304 5964478 140736639226800 139640651007800 4403367 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=243908 CPUtime=460.48 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 4336 0 0 0 46036 12 0 0 20 0 3 0 331815224 249761792 42417 33554432000 4194304 5964478 140736639226800 139640640518264 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 923.77
Current children cumulated vsize (KiB) 243908

[startup+522.3 s]
/proc/loadavg: 4.07 3.99 3.93 5/181 6016
/proc/meminfo: memFree=28852104/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=243908 CPUtime=1043.75 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 42896 0 0 0 104350 25 0 0 20 0 3 0 331815169 249761792 42475 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 60977 42475 195 433 0 60541 0
[pid=6000/tid=6010] ppid=5998 vsize=243908 CPUtime=520.32 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 16599 0 0 0 52011 21 0 0 20 0 3 0 331815224 249761792 42475 33554432000 4194304 5964478 140736639226800 139640651007800 4403727 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=243908 CPUtime=520.33 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 4338 0 0 0 52020 13 0 0 20 0 3 0 331815224 249761792 42475 33554432000 4194304 5964478 140736639226800 139640640518264 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1043.75
Current children cumulated vsize (KiB) 243908

[startup+582.3 s]
/proc/loadavg: 4.03 3.99 3.93 5/181 6016
/proc/meminfo: memFree=28843224/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=309444 CPUtime=1163.73 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 44182 0 0 0 116345 28 0 0 20 0 3 0 331815169 316870656 43761 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 77361 43761 195 433 0 76925 0
[pid=6000/tid=6010] ppid=5998 vsize=309444 CPUtime=580.17 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 17879 0 0 0 57992 25 0 0 20 0 3 0 331815224 316870656 43761 33554432000 4194304 5964478 140736639226800 139640651008040 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=309444 CPUtime=580.17 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 4344 0 0 0 58003 14 0 0 20 0 3 0 331815224 316870656 43761 33554432000 4194304 5964478 140736639226800 139640640518264 4222308 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1163.73
Current children cumulated vsize (KiB) 309444

[startup+642.3 s]
/proc/loadavg: 4.01 3.99 3.93 5/181 6016
/proc/meminfo: memFree=28824432/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=309924 CPUtime=1283.73 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 46309 0 0 0 128341 32 0 0 20 0 3 0 331815169 317362176 45911 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 77481 45911 195 433 0 77045 0
[pid=6000/tid=6010] ppid=5998 vsize=309924 CPUtime=640.02 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 19284 0 0 0 63973 29 0 0 20 0 3 0 331815224 317362176 45911 33554432000 4194304 5964478 140736639226800 139640651008040 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=309924 CPUtime=640.02 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 5066 0 0 0 63986 16 0 0 20 0 3 0 331815224 317362176 45911 33554432000 4194304 5964478 140736639226800 139640640518456 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1283.73
Current children cumulated vsize (KiB) 309924

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/181 6016
/proc/meminfo: memFree=28814256/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=309924 CPUtime=1403.69 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 46981 0 0 0 140336 33 0 0 20 0 3 0 331815169 317362176 46601 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 77481 46601 195 433 0 77045 0
[pid=6000/tid=6010] ppid=5998 vsize=309924 CPUtime=699.86 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 19407 0 0 0 69956 30 0 0 20 0 3 0 331815224 317362176 46601 33554432000 4194304 5964478 140736639226800 139640651007800 4403360 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=309924 CPUtime=699.85 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 5615 0 0 0 69966 19 0 0 20 0 3 0 331815224 317362176 46601 33554432000 4194304 5964478 140736639226800 139640640518456 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1403.69
Current children cumulated vsize (KiB) 309924

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.93 5/182 6019
/proc/meminfo: memFree=28801568/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=309924 CPUtime=1523.68 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 47006 0 0 0 152335 33 0 0 20 0 3 0 331815169 317362176 46626 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 77481 46626 195 433 0 77045 0
[pid=6000/tid=6010] ppid=5998 vsize=309924 CPUtime=759.71 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 19432 0 0 0 75939 32 0 0 20 0 3 0 331815224 317362176 46626 33554432000 4194304 5964478 140736639226800 139640651007800 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=309924 CPUtime=759.7 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 5615 0 0 0 75950 20 0 0 20 0 3 0 331815224 317362176 46626 33554432000 4194304 5964478 140736639226800 139640640518456 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1523.68
Current children cumulated vsize (KiB) 309924

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/181 6020
/proc/meminfo: memFree=28798660/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=309924 CPUtime=1643.66 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 47472 0 0 0 164330 36 0 0 20 0 3 0 331815169 317362176 47092 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 77481 47092 195 433 0 77045 0
[pid=6000/tid=6010] ppid=5998 vsize=309924 CPUtime=819.55 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 19898 0 0 0 81920 35 0 0 20 0 3 0 331815224 317362176 47092 33554432000 4194304 5964478 140736639226800 139640651008040 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=309924 CPUtime=819.54 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 5615 0 0 0 81933 21 0 0 20 0 3 0 331815224 317362176 47092 33554432000 4194304 5964478 140736639226800 139640640518456 4403713 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.66
Current children cumulated vsize (KiB) 309924

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/181 6020
/proc/meminfo: memFree=28784896/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=309924 CPUtime=1763.64 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 48981 0 0 0 176326 38 0 0 20 0 3 0 331815169 317362176 48601 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 77481 48601 195 433 0 77045 0
[pid=6000/tid=6010] ppid=5998 vsize=309924 CPUtime=879.4 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 21159 0 0 0 87902 38 0 0 20 0 3 0 331815224 317362176 48601 33554432000 4194304 5964478 140736639226800 139640651007800 4392962 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=309924 CPUtime=879.38 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 5863 0 0 0 87916 22 0 0 20 0 3 0 331815224 317362176 48601 33554432000 4194304 5964478 140736639226800 139640640518456 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1763.64
Current children cumulated vsize (KiB) 309924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 4.00 3.99 3.93 3/177 6021
/proc/meminfo: memFree=28947848/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=309924 CPUtime=1800.05 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 49816 0 0 0 179965 40 0 0 20 0 3 0 331815169 317362176 49452 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 77481 49452 195 433 0 77045 0
[pid=6000/tid=6010] ppid=5998 vsize=309924 CPUtime=897.56 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 21604 0 0 0 89718 38 0 0 20 0 3 0 331815224 317362176 49452 33554432000 4194304 5964478 140736639226800 139640651007992 4222474 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=309924 CPUtime=897.54 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 6253 0 0 0 89731 23 0 0 20 0 3 0 331815224 317362176 49452 33554432000 4194304 5964478 140736639226800 139640640518504 4392962 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 309924

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

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

[startup+900.5 s]
/proc/loadavg: 4.00 3.99 3.93 3/177 6021
/proc/meminfo: memFree=28947848/32873844 swapFree=6872/6872
[pid=6000] ppid=5998 vsize=309924 CPUtime=1800.05 cores=1,3,5,7
/proc/6000/stat : 6000 (pwbo2.02) S 5998 6000 3386 0 -1 4202496 49816 0 0 0 179965 40 0 0 20 0 3 0 331815169 317362176 49452 33554432000 4194304 5964478 140736639226800 140736639226320 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6000/statm: 77481 49452 195 433 0 77045 0
[pid=6000/tid=6010] ppid=5998 vsize=309924 CPUtime=897.56 cores=1,3,5,7
/proc/6000/task/6010/stat : 6010 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 21604 0 0 0 89718 38 0 0 20 0 3 0 331815224 317362176 49452 33554432000 4194304 5964478 140736639226800 139640651007992 4222474 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=6000/tid=6011] ppid=5998 vsize=309924 CPUtime=897.54 cores=1,3,5,7
/proc/6000/task/6011/stat : 6011 (pwbo2.02) R 5998 6000 3386 0 -1 4202560 6253 0 0 0 89731 23 0 0 20 0 3 0 331815224 317362176 49452 33554432000 4194304 5964478 140736639226800 139640640518504 4392962 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 309924

Child status: 0

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

Real time (s): 900.514
CPU time (s): 1800.05
CPU user time (s): 1799.65
CPU system time (s): 0.4
CPU usage (%): 199.891
Max. virtual memory (cumulated for all children) (KiB): 309924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 0.666898
maximum resident set size= 197816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49818
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= 396
involuntary context switches= 2038

runsolver used 2.18367 second user time and 5.46317 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-02 19:07:47
IDJOB=3725972
IDBENCH=2934
IDSOLVER=2309
FILE ID=node106/3725972-1338656867
RUNJOBID= node106-1338651441-5234
PBS_JOBID= 14636474
Free space on /tmp= 70860 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725972-1338656867/watcher-3725972-1338656867 -o /tmp/evaluation-result-3725972-1338656867/solver-3725972-1338656867 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3725972-1338656867.opb

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=2132327139

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29146148 kB
Buffers:          263532 kB
Cached:          2619336 kB
SwapCached:         1936 kB
Active:           923008 kB
Inactive:        1964412 kB
Active(anon):       2844 kB
Inactive(anon):     4868 kB
Active(file):     920164 kB
Inactive(file):  1959544 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100520 kB
Dirty:             18712 kB
Writeback:             0 kB
AnonPages:         10344 kB
Mapped:             8280 kB
Shmem:                 0 kB
Slab:             698976 kB
SReclaimable:     141212 kB
SUnreclaim:       557764 kB
KernelStack:        1432 kB
PageTables:         3524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103884 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= 70848 MiB
End job on node106 at 2012-06-02 19:22:49