Trace number 3703671

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pwbo 2.0? (TO) 1800.04 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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3703671-1338094808.opb.
0.00/0.00	c Instance file HOME/instance-3703671-1338094808.opb
0.00/0.00	c File size is 6149829 bytes.
0.48/0.57	c Cost Offset: 0
0.48/0.57	c Highest Coefficient sum: 2868
0.48/0.57	c ============================[ Problem Statistics ]=============================
0.48/0.57	c |                                                                             |
0.48/0.57	c |  Parsing time:          0.58         s                                      |
0.48/0.57	c |  Number Variables:      10998                                               |
0.48/0.57	c |  Number Clauses:        1                                                   |
0.48/0.57	c |  Number Cardinality:    0                                                   |
0.48/0.57	c |  Number PB Constraints: 21678                                               |
0.48/0.57	c |                                                                             |
0.48/0.58	c |  Problem Type:          Optimization                                        |
0.48/0.58	c |  Objective Function:    Cardinality Constraint                              |
0.48/0.58	c |                                                                             |
0.48/0.58	c ===============================================================================
1800.04/900.51	c ===============================================================================
1800.04/900.51	c Wall Clock Time: 900.51 s
1800.04/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-3703671-1338094808/watcher-3703671-1338094808 -o /tmp/evaluation-result-3703671-1338094808/solver-3703671-1338094808 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703671-1338094808.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: 4.01 4.00 3.93 4/179 12578
/proc/meminfo: memFree=30865656/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=10328 CPUtime=0 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) R 12576 12578 11438 0 -1 4202496 412 0 0 0 0 0 0 0 20 0 1 0 275609398 10575872 365 33554432000 4194304 5965102 140737194227552 140735346233464 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2582 366 169 433 0 644 0

[startup+0.0481849 s]
/proc/loadavg: 4.01 4.00 3.93 4/179 12578
/proc/meminfo: memFree=30865656/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=15920 CPUtime=0.04 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) R 12576 12578 11438 0 -1 4202496 1933 0 0 0 4 0 0 0 20 0 1 0 275609398 16302080 1886 33554432000 4194304 5965102 140737194227552 140737194225624 5303608 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 3980 1888 280 433 0 2042 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15920

[startup+0.10035 s]
/proc/loadavg: 4.01 4.00 3.93 4/179 12578
/proc/meminfo: memFree=30865656/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=23800 CPUtime=0.09 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) R 12576 12578 11438 0 -1 4202496 4009 0 0 0 9 0 0 0 20 0 1 0 275609398 24371200 3962 33554432000 4194304 5965102 140737194227552 140737194225624 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 5950 3963 420 433 0 4012 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23800

[startup+0.300326 s]
/proc/loadavg: 4.01 4.00 3.93 4/179 12578
/proc/meminfo: memFree=30865656/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=51612 CPUtime=0.29 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) R 12576 12578 11438 0 -1 4202496 11463 0 0 0 27 2 0 0 20 0 1 0 275609398 52850688 11416 33554432000 4194304 5965102 140737194227552 140737194225624 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 12903 11417 938 433 0 10965 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51612

[startup+0.700206 s]
/proc/loadavg: 4.01 4.00 3.93 4/179 12578
/proc/meminfo: memFree=30865656/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=243940 CPUtime=0.81 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 31643 0 0 0 72 9 0 0 20 0 3 0 275609398 249794560 30085 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60985 30085 191 433 0 60549 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 243940

[startup+1.5004 s]
/proc/loadavg: 4.01 4.00 3.93 5/182 12581
/proc/meminfo: memFree=30741492/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=2.4 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 32995 0 0 0 231 9 0 0 20 0 3 0 275609398 248770560 31222 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 31222 195 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=0.9 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 10378 0 0 0 85 5 0 0 20 0 3 0 275609456 248770560 31222 33554432000 4194304 5965102 140737194227552 140612983646136 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=0.9 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 658 0 0 0 90 0 0 0 20 0 3 0 275609456 248770560 31222 33554432000 4194304 5965102 140737194227552 140612973156600 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 242940

[startup+3.1004 s]
/proc/loadavg: 4.01 4.00 3.93 5/182 12581
/proc/meminfo: memFree=30740500/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=5.6 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 33011 0 0 0 551 9 0 0 20 0 3 0 275609398 248770560 31238 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 31238 196 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=2.5 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 10380 0 0 0 245 5 0 0 20 0 3 0 275609456 248770560 31238 33554432000 4194304 5965102 140737194227552 140612983646136 4222314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=2.5 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 672 0 0 0 250 0 0 0 20 0 3 0 275609456 248770560 31238 33554432000 4194304 5965102 140737194227552 140612973156712 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 242940

[startup+6.30039 s]
/proc/loadavg: 4.01 4.00 3.93 5/182 12581
/proc/meminfo: memFree=30738136/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=11.98 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 33107 0 0 0 1188 10 0 0 20 0 3 0 275609398 248770560 31334 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 31334 198 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=5.69 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 10445 0 0 0 564 5 0 0 20 0 3 0 275609456 248770560 31334 33554432000 4194304 5965102 140737194227552 140612983646248 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=5.67 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 703 0 0 0 567 0 0 0 20 0 3 0 275609456 248770560 31334 33554432000 4194304 5965102 140737194227552 140612973156664 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 242940

[startup+12.7004 s]
/proc/loadavg: 4.00 4.00 3.93 5/182 12581
/proc/meminfo: memFree=30733728/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=24.77 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 33306 0 0 0 2467 10 0 0 20 0 3 0 275609398 248770560 31533 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 31533 198 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=12.07 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 10565 0 0 0 1202 5 0 0 20 0 3 0 275609456 248770560 31533 33554432000 4194304 5965102 140737194227552 140612983646248 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=12.05 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 782 0 0 0 1205 0 0 0 20 0 3 0 275609456 248770560 31533 33554432000 4194304 5965102 140737194227552 140612973156600 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 242940

[startup+25.5004 s]
/proc/loadavg: 4.00 4.00 3.93 5/182 12581
/proc/meminfo: memFree=30726248/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=50.37 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 33708 0 0 0 5026 11 0 0 20 0 3 0 275609398 248770560 31935 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 31935 198 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=24.84 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 10804 0 0 0 2478 6 0 0 20 0 3 0 275609456 248770560 31935 33554432000 4194304 5965102 140737194227552 140612983646200 18446744073699066235 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=24.82 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 945 0 0 0 2482 0 0 0 20 0 3 0 275609456 248770560 31935 33554432000 4194304 5965102 140737194227552 140612973156472 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 242940

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 3.93 5/182 12581
/proc/meminfo: memFree=30722588/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=101.56 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 34524 0 0 0 10143 13 0 0 20 0 3 0 275609398 248770560 32751 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 32751 198 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=50.37 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 11272 0 0 0 5030 7 0 0 20 0 3 0 275609456 248770560 32751 33554432000 4194304 5965102 140737194227552 140612983646200 4222308 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=50.35 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 1293 0 0 0 5034 1 0 0 20 0 3 0 275609456 248770560 32751 33554432000 4194304 5965102 140737194227552 140612973156712 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 242940

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/182 12604
/proc/meminfo: memFree=30706840/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=203.95 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 36214 0 0 0 20379 16 0 0 20 0 3 0 275609398 248770560 34441 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 34441 198 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=101.44 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 12197 0 0 0 10134 10 0 0 20 0 3 0 275609456 248770560 34441 33554432000 4194304 5965102 140737194227552 140612983646008 4222314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=101.43 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 2058 0 0 0 10139 4 0 0 20 0 3 0 275609456 248770560 34441 33554432000 4194304 5965102 140737194227552 140612973156664 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 242940

[startup+162.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/181 12604
/proc/meminfo: memFree=30687824/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=323.89 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 36762 0 0 0 32372 17 0 0 20 0 3 0 275609398 248770560 34963 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 34963 198 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=161.28 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 12595 0 0 0 16117 11 0 0 20 0 3 0 275609456 248770560 34963 33554432000 4194304 5965102 140737194227552 140612983646008 4404767 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=161.24 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 2208 0 0 0 16119 5 0 0 20 0 3 0 275609456 248770560 34963 33554432000 4194304 5965102 140737194227552 140612973156664 4222314 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: 4.01 4.01 3.93 5/181 12604
/proc/meminfo: memFree=30667220/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=443.85 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 38044 0 0 0 44364 21 0 0 20 0 3 0 275609398 248770560 36435 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 36435 198 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=221.11 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 13557 0 0 0 22096 15 0 0 20 0 3 0 275609456 248770560 36435 33554432000 4194304 5965102 140737194227552 140612983646008 4404740 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=221.07 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 2528 0 0 0 22100 7 0 0 20 0 3 0 275609456 248770560 36435 33554432000 4194304 5965102 140737194227552 140612973156664 4394002 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 443.85
Current children cumulated vsize (KiB) 242940

[startup+282.3 s]
/proc/loadavg: 3.90 3.97 3.92 5/181 12686
/proc/meminfo: memFree=31068312/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=563.82 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 38885 0 0 0 56360 22 0 0 20 0 3 0 275609398 248770560 38036 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 38036 198 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=280.95 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 14273 0 0 0 28078 17 0 0 20 0 3 0 275609456 248770560 38036 33554432000 4194304 5965102 140737194227552 140612983646248 4222324 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=280.92 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 2653 0 0 0 28084 8 0 0 20 0 3 0 275609456 248770560 38036 33554432000 4194304 5965102 140737194227552 140612973156768 4222308 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 563.82
Current children cumulated vsize (KiB) 242940

[startup+342.3 s]
/proc/loadavg: 3.96 3.97 3.92 5/181 12686
/proc/meminfo: memFree=31049340/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=683.8 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 40222 0 0 0 68356 24 0 0 20 0 3 0 275609398 248770560 39383 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 39383 198 433 0 60299 0

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

[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=340.76 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 3346 0 0 0 34066 10 0 0 20 0 3 0 275609456 248770560 39383 33554432000 4194304 5965102 140737194227552 140612973156712 4404416 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.98 3.97 3.92 5/181 12686
/proc/meminfo: memFree=31036084/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=242940 CPUtime=803.78 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 40870 0 0 0 80353 25 0 0 20 0 3 0 275609398 248770560 40033 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60735 40033 198 433 0 60299 0
[pid=12578/tid=12580] ppid=12576 vsize=242940 CPUtime=400.64 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 15565 0 0 0 40043 21 0 0 20 0 3 0 275609456 248770560 40033 33554432000 4194304 5965102 140737194227552 140612983646248 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=242940 CPUtime=400.61 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 3346 0 0 0 40050 11 0 0 20 0 3 0 275609456 248770560 40033 33554432000 4194304 5965102 140737194227552 140612973156712 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 803.78
Current children cumulated vsize (KiB) 242940

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 12686
/proc/meminfo: memFree=31013916/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=243908 CPUtime=923.76 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 42577 0 0 0 92348 28 0 0 20 0 3 0 275609398 249761792 41740 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60977 41740 198 433 0 60541 0
[pid=12578/tid=12580] ppid=12576 vsize=243908 CPUtime=460.49 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 16759 0 0 0 46026 23 0 0 20 0 3 0 275609456 249761792 41740 33554432000 4194304 5965102 140737194227552 140612983646008 4404410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=243908 CPUtime=460.46 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 3859 0 0 0 46034 12 0 0 20 0 3 0 275609456 249761792 41740 33554432000 4194304 5965102 140737194227552 140612973156664 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 923.76
Current children cumulated vsize (KiB) 243908

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.92 5/181 12686
/proc/meminfo: memFree=31004244/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=243908 CPUtime=1043.75 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 42880 0 0 0 104346 29 0 0 20 0 3 0 275609398 249761792 42043 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 60977 42043 198 433 0 60541 0
[pid=12578/tid=12580] ppid=12576 vsize=243908 CPUtime=520.33 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 16794 0 0 0 52008 25 0 0 20 0 3 0 275609456 249761792 42043 33554432000 4194304 5965102 140737194227552 140612983646008 4404757 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=243908 CPUtime=520.3 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 4127 0 0 0 52017 13 0 0 20 0 3 0 275609456 249761792 42043 33554432000 4194304 5965102 140737194227552 140612973156664 4393958 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: 3.99 3.97 3.92 5/181 12687
/proc/meminfo: memFree=30985816/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=309444 CPUtime=1163.73 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 43563 0 0 0 116342 31 0 0 20 0 3 0 275609398 316870656 42929 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 77361 42929 198 433 0 76925 0
[pid=12578/tid=12580] ppid=12576 vsize=309444 CPUtime=580.17 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 17474 0 0 0 57990 27 0 0 20 0 3 0 275609456 316870656 42929 33554432000 4194304 5965102 140737194227552 140612983646200 4404748 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=309444 CPUtime=580.15 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 4130 0 0 0 58001 14 0 0 20 0 3 0 275609456 316870656 42929 33554432000 4194304 5965102 140737194227552 140612973156664 4404757 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.05 3.99 3.93 5/182 12690
/proc/meminfo: memFree=30970036/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=309444 CPUtime=1283.72 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 45022 0 0 0 128339 33 0 0 20 0 3 0 275609398 316870656 44388 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 77361 44388 198 433 0 76925 0
[pid=12578/tid=12580] ppid=12576 vsize=309444 CPUtime=640.03 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 18666 0 0 0 63973 30 0 0 20 0 3 0 275609456 316870656 44388 33554432000 4194304 5965102 140737194227552 140612983646200 4404410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=309444 CPUtime=640 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 4397 0 0 0 63985 15 0 0 20 0 3 0 275609456 316870656 44388 33554432000 4194304 5965102 140737194227552 140612973156664 4389864 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1283.72
Current children cumulated vsize (KiB) 309444

[startup+702.3 s]
/proc/loadavg: 4.02 3.99 3.93 5/181 12690
/proc/meminfo: memFree=30957324/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=309924 CPUtime=1403.69 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 46829 0 0 0 140333 36 0 0 20 0 3 0 275609398 317362176 46221 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 77481 46221 198 433 0 77045 0
[pid=12578/tid=12580] ppid=12576 vsize=309924 CPUtime=699.86 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 19538 0 0 0 69953 33 0 0 20 0 3 0 275609456 317362176 46221 33554432000 4194304 5965102 140737194227552 140612983646008 4404767 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=309924 CPUtime=699.84 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 5332 0 0 0 69966 18 0 0 20 0 3 0 275609456 317362176 46221 33554432000 4194304 5965102 140737194227552 140612973156664 4222416 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/181 12690
/proc/meminfo: memFree=30945724/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=309924 CPUtime=1523.67 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 47143 0 0 0 152331 36 0 0 20 0 3 0 275609398 317362176 46548 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 77481 46548 198 433 0 77045 0
[pid=12578/tid=12580] ppid=12576 vsize=309924 CPUtime=759.72 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 19545 0 0 0 75938 34 0 0 20 0 3 0 275609456 317362176 46548 33554432000 4194304 5965102 140737194227552 140612983646008 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=309924 CPUtime=759.69 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 5639 0 0 0 75950 19 0 0 20 0 3 0 275609456 317362176 46548 33554432000 4194304 5965102 140737194227552 140612973156664 4404769 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1523.67
Current children cumulated vsize (KiB) 309924

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/181 12690
/proc/meminfo: memFree=30931872/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=309924 CPUtime=1643.64 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 47191 0 0 0 164328 36 0 0 20 0 3 0 275609398 317362176 46596 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 77481 46596 198 433 0 77045 0
[pid=12578/tid=12580] ppid=12576 vsize=309924 CPUtime=819.56 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 19593 0 0 0 81921 35 0 0 20 0 3 0 275609456 317362176 46596 33554432000 4194304 5965102 140737194227552 140612983646008 4404416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=309924 CPUtime=819.53 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 5639 0 0 0 81933 20 0 0 20 0 3 0 275609456 317362176 46596 33554432000 4194304 5965102 140737194227552 140612973156664 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.64
Current children cumulated vsize (KiB) 309924

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/181 12691
/proc/meminfo: memFree=30927588/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=309924 CPUtime=1763.63 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 48162 0 0 0 176325 38 0 0 20 0 3 0 275609398 317362176 47567 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 77481 47567 198 433 0 77045 0
[pid=12578/tid=12580] ppid=12576 vsize=309924 CPUtime=879.4 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 20564 0 0 0 87902 38 0 0 20 0 3 0 275609456 317362176 47567 33554432000 4194304 5965102 140737194227552 140612983646248 4404410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=309924 CPUtime=879.38 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 5639 0 0 0 87917 21 0 0 20 0 3 0 275609456 317362176 47567 33554432000 4194304 5965102 140737194227552 140612973156664 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1763.63
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 5/181 12691
/proc/meminfo: memFree=30925728/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=309924 CPUtime=1800.04 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 48566 0 0 0 179965 39 0 0 20 0 3 0 275609398 317362176 47971 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 77481 47971 198 433 0 77045 0
[pid=12578/tid=12580] ppid=12576 vsize=309924 CPUtime=897.56 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 20968 0 0 0 89718 38 0 0 20 0 3 0 275609456 317362176 47971 33554432000 4194304 5965102 140737194227552 140612983646200 4394002 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=309924 CPUtime=897.54 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 5639 0 0 0 89733 21 0 0 20 0 3 0 275609456 317362176 47971 33554432000 4194304 5965102 140737194227552 140612973156664 4394002 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 5/181 12691
/proc/meminfo: memFree=30925728/32873844 swapFree=7364/7364
[pid=12578] ppid=12576 vsize=309924 CPUtime=1800.04 cores=1,3,5,7
/proc/12578/stat : 12578 (pwbo2.0) S 12576 12578 11438 0 -1 4202496 48566 0 0 0 179965 39 0 0 20 0 3 0 275609398 317362176 47971 33554432000 4194304 5965102 140737194227552 140737194227072 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 77481 47971 198 433 0 77045 0
[pid=12578/tid=12580] ppid=12576 vsize=309924 CPUtime=897.56 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 20968 0 0 0 89718 38 0 0 20 0 3 0 275609456 317362176 47971 33554432000 4194304 5965102 140737194227552 140612983646200 4394002 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12576 vsize=309924 CPUtime=897.54 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (pwbo2.0) R 12576 12578 11438 0 -1 4202560 5639 0 0 0 89733 21 0 0 20 0 3 0 275609456 317362176 47971 33554432000 4194304 5965102 140737194227552 140612973156664 4394002 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 309924

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12578 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=58109
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=656900
# CPU time returned by wait4() is 1795.71
# while last known CPU time is 1800.04
#
# 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.04
CPU user time (s): 1799.65
CPU system time (s): 0.39
CPU usage (%): 199.89
Max. virtual memory (cumulated for all children) (KiB): 309924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.06
system time used= 0.6569
maximum resident set size= 191892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48568
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= 438
involuntary context switches= 2426

runsolver used 2.02369 second user time and 5.42218 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 07:00:08
IDJOB=3703671
IDBENCH=2934
IDSOLVER=2279
FILE ID=node109/3703671-1338094808
RUNJOBID= node109-1338088487-11455
PBS_JOBID= 14624462
Free space on /tmp= 71340 MiB

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

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=890074155

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30866044 kB
Buffers:          250716 kB
Cached:           549912 kB
SwapCached:            0 kB
Active:          1093404 kB
Inactive:         123324 kB
Active(anon):     407940 kB
Inactive(anon):    10916 kB
Active(file):     685464 kB
Inactive(file):   112408 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11568 kB
Writeback:             0 kB
AnonPages:        423156 kB
Mapped:            15076 kB
Shmem:               200 kB
Slab:             651036 kB
SReclaimable:      93164 kB
SUnreclaim:       557872 kB
KernelStack:        1496 kB
PageTables:         4664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     215752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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= 71332 MiB
End job on node109 at 2012-05-27 07:15:11