Trace number 3725973

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.55 900.613

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
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 constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
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-3725973-1338656982.opb.
0.00/0.00	c Instance file HOME/instance-3725973-1338656982.opb
0.00/0.00	c File size is 7672173 bytes.
0.58/0.66	c Cost Offset: 0
0.58/0.66	c Highest Coefficient sum: 2977
0.58/0.66	c ============================[ Problem Statistics ]=============================
0.58/0.66	c |                                                                             |
0.58/0.66	c |  Parsing time:          0.66         s                                      |
0.58/0.66	c |  Number Variables:      13478                                               |
0.58/0.66	c |  Number Clauses:        1                                                   |
0.58/0.66	c |  Number Cardinality:    0                                                   |
0.58/0.66	c |  Number PB Constraints: 26619                                               |
0.58/0.66	c |                                                                             |
0.58/0.67	c |  Problem Type:          Optimization                                        |
0.58/0.67	c |  Objective Function:    Cardinality Constraint                              |
0.58/0.67	c |                                                                             |
0.58/0.67	c ===============================================================================
1800.15/900.61	c ===============================================================================
1800.15/900.61	c Wall Clock Time: 900.61 s
1800.15/900.61	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-3725973-1338656982/watcher-3725973-1338656982 -o /tmp/evaluation-result-3725973-1338656982/solver-3725973-1338656982 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3725973-1338656982.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.00 4.00 3.93 4/178 30753
/proc/meminfo: memFree=29477872/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=11816 CPUtime=0 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) R 30751 30753 27825 0 -1 4202496 411 0 0 0 0 0 0 0 20 0 1 0 331823661 12099584 364 33554432000 4194304 5964478 140734189300832 140734390764088 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 2954 365 166 433 0 644 0

[startup+0.0186409 s]
/proc/loadavg: 4.00 4.00 3.93 4/178 30753
/proc/meminfo: memFree=29477872/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=13672 CPUtime=0.01 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) R 30751 30753 27825 0 -1 4202496 931 0 0 0 1 0 0 0 20 0 1 0 331823661 14000128 884 33554432000 4194304 5964478 140734189300832 140734390764088 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 3451 887 204 433 0 1141 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13672

[startup+0.100222 s]
/proc/loadavg: 4.00 4.00 3.93 4/178 30753
/proc/meminfo: memFree=29477872/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=26340 CPUtime=0.09 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) R 30751 30753 27825 0 -1 4202496 4284 0 0 0 9 0 0 0 20 0 1 0 331823661 26972160 4237 33554432000 4194304 5964478 140734189300832 140734189299304 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 6585 4239 442 433 0 4275 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26340

[startup+0.300229 s]
/proc/loadavg: 4.00 4.00 3.93 4/178 30753
/proc/meminfo: memFree=29477872/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=56280 CPUtime=0.29 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) R 30751 30753 27825 0 -1 4202496 12348 0 0 0 28 1 0 0 20 0 1 0 331823661 57630720 12301 33554432000 4194304 5964478 140734189300832 140734189299304 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 14070 12303 1015 433 0 11760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56280

[startup+0.700182 s]
/proc/loadavg: 4.00 4.00 3.93 4/178 30753
/proc/meminfo: memFree=29477872/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=267316 CPUtime=0.72 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 31792 0 0 0 68 4 0 0 20 0 3 0 331823661 273731584 29864 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66829 29864 185 433 0 66393 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 267316

[startup+1.50031 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 30756
/proc/meminfo: memFree=29319980/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=266172 CPUtime=2.32 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 41825 0 0 0 223 9 0 0 20 0 3 0 331823661 272560128 39579 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66543 39579 192 433 0 66107 0
[pid=30753/tid=30755] ppid=30751 vsize=266172 CPUtime=0.82 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 13185 0 0 0 76 6 0 0 20 0 3 0 331823727 272560128 39579 33554432000 4194304 5964478 140734189300832 139781948946360 4392962 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=266172 CPUtime=0.82 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 881 0 0 0 82 0 0 0 20 0 3 0 331823727 272560128 39579 33554432000 4194304 5964478 140734189300832 139781938456936 4403370 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 266172

[startup+3.10032 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 30756
/proc/meminfo: memFree=29318608/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=266172 CPUtime=5.52 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 41854 0 0 0 543 9 0 0 20 0 3 0 331823661 272560128 39608 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66543 39608 195 433 0 66107 0
[pid=30753/tid=30755] ppid=30751 vsize=266172 CPUtime=2.42 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 13187 0 0 0 236 6 0 0 20 0 3 0 331823727 272560128 39608 33554432000 4194304 5964478 140734189300832 139781948946360 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=266172 CPUtime=2.42 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 908 0 0 0 242 0 0 0 20 0 3 0 331823727 272560128 39608 33554432000 4194304 5964478 140734189300832 139781938456936 4403370 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 266172

[startup+6.30032 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 30756
/proc/meminfo: memFree=29315440/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=266172 CPUtime=11.91 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 41909 0 0 0 1182 9 0 0 20 0 3 0 331823661 272560128 39663 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66543 39663 195 433 0 66107 0
[pid=30753/tid=30755] ppid=30751 vsize=266172 CPUtime=5.62 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 13187 0 0 0 556 6 0 0 20 0 3 0 331823727 272560128 39663 33554432000 4194304 5964478 140734189300832 139781948946336 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=266172 CPUtime=5.62 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 963 0 0 0 562 0 0 0 20 0 3 0 331823727 272560128 39663 33554432000 4194304 5964478 140734189300832 139781938456696 4403376 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 266172

[startup+12.7002 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 30756
/proc/meminfo: memFree=29310392/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=266172 CPUtime=24.72 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 42128 0 0 0 2462 10 0 0 20 0 3 0 331823661 272560128 39882 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66543 39882 195 433 0 66107 0
[pid=30753/tid=30755] ppid=30751 vsize=266172 CPUtime=12.02 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 13290 0 0 0 1196 6 0 0 20 0 3 0 331823727 272560128 39882 33554432000 4194304 5964478 140734189300832 139781948946424 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=266172 CPUtime=12.01 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 1079 0 0 0 1201 0 0 0 20 0 3 0 331823727 272560128 39882 33554432000 4194304 5964478 140734189300832 139781938456696 4392962 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 266172

[startup+25.5004 s]
/proc/loadavg: 4.00 4.00 3.93 5/182 30759
/proc/meminfo: memFree=29300324/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=266172 CPUtime=50.3 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 42590 0 0 0 5020 10 0 0 20 0 3 0 331823661 272560128 40344 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66543 40344 195 433 0 66107 0
[pid=30753/tid=30755] ppid=30751 vsize=266172 CPUtime=24.81 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 13553 0 0 0 2475 6 0 0 20 0 3 0 331823727 272560128 40344 33554432000 4194304 5964478 140734189300832 139781948946424 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=266172 CPUtime=24.81 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 1278 0 0 0 2480 1 0 0 20 0 3 0 331823727 272560128 40344 33554432000 4194304 5964478 140734189300832 139781938456936 4392962 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 266172

[startup+51.1004 s]
/proc/loadavg: 4.00 4.00 3.93 5/182 30759
/proc/meminfo: memFree=29293296/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=266172 CPUtime=101.47 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 43544 0 0 0 10136 11 0 0 20 0 3 0 331823661 272560128 41286 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66543 41286 195 433 0 66107 0
[pid=30753/tid=30755] ppid=30751 vsize=266172 CPUtime=50.41 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 14139 0 0 0 5034 7 0 0 20 0 3 0 331823727 272560128 41286 33554432000 4194304 5964478 140734189300832 139781948946472 4392962 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=266172 CPUtime=50.4 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 1646 0 0 0 5038 2 0 0 20 0 3 0 331823727 272560128 41286 33554432000 4194304 5964478 140734189300832 139781938456888 4392968 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 266172

[startup+102.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 30759
/proc/meminfo: memFree=29276856/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=266172 CPUtime=203.84 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 45488 0 0 0 20371 13 0 0 20 0 3 0 331823661 272560128 43866 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66543 43866 195 433 0 66107 0
[pid=30753/tid=30755] ppid=30751 vsize=266172 CPUtime=101.62 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 15292 0 0 0 10153 9 0 0 20 0 3 0 331823727 272560128 43866 33554432000 4194304 5964478 140734189300832 139781948946424 4403370 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=266172 CPUtime=101.58 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 2437 0 0 0 10154 4 0 0 20 0 3 0 331823727 272560128 43866 33554432000 4194304 5964478 140734189300832 139781938456888 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 266172

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 30759
/proc/meminfo: memFree=29252580/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=266172 CPUtime=323.78 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 46820 0 0 0 32363 15 0 0 20 0 3 0 331823661 272560128 46519 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66543 46519 195 433 0 66107 0
[pid=30753/tid=30755] ppid=30751 vsize=266172 CPUtime=161.59 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 16123 0 0 0 16148 11 0 0 20 0 3 0 331823727 272560128 46519 33554432000 4194304 5964478 140734189300832 139781948946232 4403370 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=266172 CPUtime=161.58 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 2938 0 0 0 16152 6 0 0 20 0 3 0 331823727 272560128 46519 33554432000 4194304 5964478 140734189300832 139781938456696 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 323.78
Current children cumulated vsize (KiB) 266172

[startup+222.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 30760
/proc/meminfo: memFree=29238956/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=266172 CPUtime=443.78 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 47076 0 0 0 44363 15 0 0 20 0 3 0 331823661 272560128 46775 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66543 46775 195 433 0 66107 0
[pid=30753/tid=30755] ppid=30751 vsize=266172 CPUtime=221.6 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 16365 0 0 0 22148 12 0 0 20 0 3 0 331823727 272560128 46775 33554432000 4194304 5964478 140734189300832 139781948946232 4222324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=266172 CPUtime=221.59 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 2952 0 0 0 22152 7 0 0 20 0 3 0 331823727 272560128 46775 33554432000 4194304 5964478 140734189300832 139781938456696 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 443.78
Current children cumulated vsize (KiB) 266172

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 30760
/proc/meminfo: memFree=29216140/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=266280 CPUtime=563.75 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 47208 0 0 0 56359 16 0 0 20 0 3 0 331823661 272670720 46907 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 66570 46907 195 433 0 66134 0
[pid=30753/tid=30755] ppid=30751 vsize=266280 CPUtime=281.6 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 16497 0 0 0 28146 14 0 0 20 0 3 0 331823727 272670720 46907 33554432000 4194304 5964478 140734189300832 139781948946472 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=266280 CPUtime=281.58 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 2952 0 0 0 28150 8 0 0 20 0 3 0 331823727 272670720 46907 33554432000 4194304 5964478 140734189300832 139781938456696 4403698 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 563.75
Current children cumulated vsize (KiB) 266280

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 31121
/proc/meminfo: memFree=29561628/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=331816 CPUtime=683.73 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 48709 0 0 0 68355 18 0 0 20 0 3 0 331823661 339779584 48408 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 82954 48408 195 433 0 82518 0
[pid=30753/tid=30755] ppid=30751 vsize=331816 CPUtime=341.6 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 17477 0 0 0 34143 17 0 0 20 0 3 0 331823727 339779584 48408 33554432000 4194304 5964478 140734189300832 139781948946232 4392968 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=331816 CPUtime=341.59 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 3473 0 0 0 34150 9 0 0 20 0 3 0 331823727 339779584 48408 33554432000 4194304 5964478 140734189300832 139781938456888 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 683.73
Current children cumulated vsize (KiB) 331816

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 31161
/proc/meminfo: memFree=29407624/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=331816 CPUtime=803.71 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 48747 0 0 0 80353 18 0 0 20 0 3 0 331823661 339779584 48445 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 82954 48445 195 433 0 82518 0
[pid=30753/tid=30755] ppid=30751 vsize=331816 CPUtime=401.61 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 17515 0 0 0 40143 18 0 0 20 0 3 0 331823727 339779584 48445 33554432000 4194304 5964478 140734189300832 139781948946232 4403370 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=331816 CPUtime=401.59 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 3473 0 0 0 40149 10 0 0 20 0 3 0 331823727 339779584 48445 33554432000 4194304 5964478 140734189300832 139781938456888 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 803.71
Current children cumulated vsize (KiB) 331816

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 31161
/proc/meminfo: memFree=29232600/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=332300 CPUtime=923.69 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 49980 0 0 0 92349 20 0 0 20 0 3 0 331823661 340275200 49695 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 83075 49695 195 433 0 82639 0
[pid=30753/tid=30755] ppid=30751 vsize=332300 CPUtime=461.61 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 18261 0 0 0 46141 20 0 0 20 0 3 0 331823727 340275200 49695 33554432000 4194304 5964478 140734189300832 139781948946424 4392968 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=332300 CPUtime=461.59 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 3960 0 0 0 46147 12 0 0 20 0 3 0 331823727 340275200 49695 33554432000 4194304 5964478 140734189300832 139781938456936 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 923.69
Current children cumulated vsize (KiB) 332300

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 31161
/proc/meminfo: memFree=29121276/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=332784 CPUtime=1043.66 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 51362 0 0 0 104344 22 0 0 20 0 3 0 331823661 340770816 51077 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 83196 51077 195 433 0 82760 0
[pid=30753/tid=30755] ppid=30751 vsize=332784 CPUtime=521.61 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 19227 0 0 0 52140 21 0 0 20 0 3 0 331823727 340770816 51077 33554432000 4194304 5964478 140734189300832 139781948946472 4403692 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=332784 CPUtime=521.59 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 4376 0 0 0 52147 12 0 0 20 0 3 0 331823727 340770816 51077 33554432000 4194304 5964478 140734189300832 139781938456992 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1043.66
Current children cumulated vsize (KiB) 332784

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 31162
/proc/meminfo: memFree=28952856/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=332784 CPUtime=1163.64 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 51678 0 0 0 116342 22 0 0 20 0 3 0 331823661 340770816 51393 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 83196 51393 195 433 0 82760 0
[pid=30753/tid=30755] ppid=30751 vsize=332784 CPUtime=581.61 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 19543 0 0 0 58138 23 0 0 20 0 3 0 331823727 340770816 51393 33554432000 4194304 5964478 140734189300832 139781948946232 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=332784 CPUtime=581.59 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 4376 0 0 0 58146 13 0 0 20 0 3 0 331823727 340770816 51393 33554432000 4194304 5964478 140734189300832 139781938456992 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1163.64
Current children cumulated vsize (KiB) 332784

[startup+642.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/182 31165
/proc/meminfo: memFree=28901052/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=332784 CPUtime=1283.63 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 51938 0 0 0 128340 23 0 0 20 0 3 0 331823661 340770816 51653 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 83196 51653 195 433 0 82760 0
[pid=30753/tid=30755] ppid=30751 vsize=332784 CPUtime=641.62 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 19566 0 0 0 64138 24 0 0 20 0 3 0 331823727 340770816 51653 33554432000 4194304 5964478 140734189300832 139781948946232 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=332784 CPUtime=641.59 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 4613 0 0 0 64144 15 0 0 20 0 3 0 331823727 340770816 51653 33554432000 4194304 5964478 140734189300832 139781938456888 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1283.63
Current children cumulated vsize (KiB) 332784

[startup+702.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/181 31165
/proc/meminfo: memFree=28592060/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=333024 CPUtime=1403.61 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 53215 0 0 0 140336 25 0 0 20 0 3 0 331823661 341016576 52930 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 83256 52930 195 433 0 82820 0
[pid=30753/tid=30755] ppid=30751 vsize=333024 CPUtime=701.62 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 19876 0 0 0 70137 25 0 0 20 0 3 0 331823727 341016576 52930 33554432000 4194304 5964478 140734189300832 139781948946472 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=333024 CPUtime=701.6 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 5580 0 0 0 70143 17 0 0 20 0 3 0 331823727 341016576 52930 33554432000 4194304 5964478 140734189300832 139781938456888 4392962 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1403.61
Current children cumulated vsize (KiB) 333024

[startup+762.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 31165
/proc/meminfo: memFree=28460800/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=333024 CPUtime=1523.6 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 54759 0 0 0 152333 27 0 0 20 0 3 0 331823661 341016576 54484 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 83256 54484 195 433 0 82820 0
[pid=30753/tid=30755] ppid=30751 vsize=333024 CPUtime=761.63 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 20887 0 0 0 76135 28 0 0 20 0 3 0 331823727 341016576 54484 33554432000 4194304 5964478 140734189300832 139781948946424 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=333024 CPUtime=761.61 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 6113 0 0 0 76142 19 0 0 20 0 3 0 331823727 341016576 54484 33554432000 4194304 5964478 140734189300832 139781938456888 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1523.6
Current children cumulated vsize (KiB) 333024

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 31165
/proc/meminfo: memFree=28428208/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=333264 CPUtime=1643.56 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 55728 0 0 0 164327 29 0 0 20 0 3 0 331823661 341262336 55470 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 83316 55470 195 433 0 82880 0
[pid=30753/tid=30755] ppid=30751 vsize=333264 CPUtime=821.62 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 21853 0 0 0 82131 31 0 0 20 0 3 0 331823727 341262336 55470 33554432000 4194304 5964478 140734189300832 139781948946424 4222330 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=333264 CPUtime=821.6 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 6116 0 0 0 82140 20 0 0 20 0 3 0 331823727 341262336 55470 33554432000 4194304 5964478 140734189300832 139781938456888 4403376 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1643.56
Current children cumulated vsize (KiB) 333264

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 31166
/proc/meminfo: memFree=28209684/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=333264 CPUtime=1763.56 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 56184 0 0 0 176327 29 0 0 20 0 3 0 331823661 341262336 55926 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 83316 55926 195 433 0 82880 0
[pid=30753/tid=30755] ppid=30751 vsize=333264 CPUtime=881.63 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 22309 0 0 0 88131 32 0 0 20 0 3 0 331823727 341262336 55926 33554432000 4194304 5964478 140734189300832 139781948946424 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=333264 CPUtime=881.61 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 6116 0 0 0 88140 21 0 0 20 0 3 0 331823727 341262336 55926 33554432000 4194304 5964478 140734189300832 139781938456888 4222474 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1763.56
Current children cumulated vsize (KiB) 333264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.6 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 31166
/proc/meminfo: memFree=28149760/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=333264 CPUtime=1800.15 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 56184 0 0 0 179986 29 0 0 20 0 3 0 331823661 341262336 55926 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 83316 55926 195 433 0 82880 0
[pid=30753/tid=30755] ppid=30751 vsize=333264 CPUtime=899.93 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 22309 0 0 0 89961 32 0 0 20 0 3 0 331823727 341262336 55926 33554432000 4194304 5964478 140734189300832 139781948946424 4403370 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=333264 CPUtime=899.91 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 6116 0 0 0 89970 21 0 0 20 0 3 0 331823727 341262336 55926 33554432000 4194304 5964478 140734189300832 139781938456888 4403376 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 333264

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

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

[startup+900.6 s]
/proc/loadavg: 4.00 4.00 3.93 5/181 31166
/proc/meminfo: memFree=28149760/32873648 swapFree=7116/7116
[pid=30753] ppid=30751 vsize=333264 CPUtime=1800.15 cores=1,3,5,7
/proc/30753/stat : 30753 (pwbo2.02) S 30751 30753 27825 0 -1 4202496 56184 0 0 0 179986 29 0 0 20 0 3 0 331823661 341262336 55926 33554432000 4194304 5964478 140734189300832 140734189300352 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30753/statm: 83316 55926 195 433 0 82880 0
[pid=30753/tid=30755] ppid=30751 vsize=333264 CPUtime=899.93 cores=1,3,5,7
/proc/30753/task/30755/stat : 30755 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 22309 0 0 0 89961 32 0 0 20 0 3 0 331823727 341262336 55926 33554432000 4194304 5964478 140734189300832 139781948946424 4403370 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=30753/tid=30756] ppid=30751 vsize=333264 CPUtime=899.91 cores=1,3,5,7
/proc/30753/task/30756/stat : 30756 (pwbo2.02) R 30751 30753 27825 0 -1 4202560 6116 0 0 0 89970 21 0 0 20 0 3 0 331823727 341262336 55926 33554432000 4194304 5964478 140734189300832 139781938456888 4403376 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 333264

Child status: 0
Real time (s): 900.613
CPU time (s): 1800.55
CPU user time (s): 1799.96
CPU system time (s): 0.58791
CPU usage (%): 199.925
Max. virtual memory (cumulated for all children) (KiB): 333264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.58791
maximum resident set size= 223708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56185
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= 472
involuntary context switches= 1954

runsolver used 1.9407 second user time and 5.04423 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-02 19:09:42
IDJOB=3725973
IDBENCH=2947
IDSOLVER=2309
FILE ID=node127/3725973-1338656982
RUNJOBID= node127-1338651468-29220
PBS_JOBID= 14636453
Free space on /tmp= 70472 MiB

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

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=1076323630

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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:       32873648 kB
MemFree:        29478516 kB
Buffers:          373928 kB
Cached:          1792872 kB
SwapCached:         1500 kB
Active:          1323716 kB
Inactive:        1189264 kB
Active(anon):     340828 kB
Inactive(anon):     7932 kB
Active(file):     982888 kB
Inactive(file):  1181332 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104404 kB
Dirty:             12836 kB
Writeback:             0 kB
AnonPages:        354300 kB
Mapped:            11460 kB
Shmem:                92 kB
Slab:             743792 kB
SReclaimable:     188248 kB
SUnreclaim:       555544 kB
KernelStack:        1472 kB
PageTables:         4704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     174484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70464 MiB
End job on node127 at 2012-06-02 19:24:45