Trace number 3703688

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark355
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
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 constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
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-3703688-1338092543.opb.
0.00/0.00	c Instance file HOME/instance-3703688-1338092543.opb
0.00/0.00	c File size is 6306000 bytes.
0.49/0.58	c Cost Offset: 0
0.49/0.58	c Highest Coefficient sum: 2765
0.49/0.58	c ============================[ Problem Statistics ]=============================
0.49/0.58	c |                                                                             |
0.49/0.58	c |  Parsing time:          0.58         s                                      |
0.49/0.58	c |  Number Variables:      11001                                               |
0.49/0.58	c |  Number Clauses:        0                                                   |
0.49/0.58	c |  Number Cardinality:    0                                                   |
0.49/0.58	c |  Number PB Constraints: 21678                                               |
0.49/0.58	c |                                                                             |
0.49/0.59	c |  Problem Type:          Optimization                                        |
0.49/0.59	c |  Objective Function:    Cardinality Constraint                              |
0.49/0.59	c |                                                                             |
0.49/0.59	c ===============================================================================
1800.02/900.51	c ===============================================================================
1800.02/900.51	c Wall Clock Time: 900.51 s
1800.02/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-3703688-1338092543/watcher-3703688-1338092543 -o /tmp/evaluation-result-3703688-1338092543/solver-3703688-1338092543 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3703688-1338092543.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.83 3.94 3.98 4/178 32159
/proc/meminfo: memFree=31001596/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=10480 CPUtime=0 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) R 32157 32159 31075 0 -1 4202496 430 0 0 0 0 0 0 0 20 0 1 0 275379204 10731520 382 33554432000 4194304 5965102 140733402404448 140734556088600 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 2620 383 171 433 0 644 0

[startup+0.075179 s]
/proc/loadavg: 3.83 3.94 3.98 4/178 32159
/proc/meminfo: memFree=31001596/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=20144 CPUtime=0.06 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) R 32157 32159 31075 0 -1 4202496 3002 0 0 0 6 0 0 0 20 0 1 0 275379204 20627456 2954 33554432000 4194304 5965102 140733402404448 140733402402344 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 5036 2957 358 433 0 3060 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20144

[startup+0.10038 s]
/proc/loadavg: 3.83 3.94 3.98 4/178 32159
/proc/meminfo: memFree=31001596/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=24040 CPUtime=0.09 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) R 32157 32159 31075 0 -1 4202496 4041 0 0 0 9 0 0 0 20 0 1 0 275379204 24616960 3993 33554432000 4194304 5965102 140733402404448 140733402402344 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 6010 3994 423 433 0 4034 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24040

[startup+0.300283 s]
/proc/loadavg: 3.83 3.94 3.98 4/178 32159
/proc/meminfo: memFree=31001596/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=52276 CPUtime=0.29 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) R 32157 32159 31075 0 -1 4202496 11573 0 0 0 28 1 0 0 20 0 1 0 275379204 53530624 11526 33554432000 4194304 5965102 140733402404448 140733402402344 5368615 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 13069 11527 949 433 0 11093 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52276

[startup+0.70021 s]
/proc/loadavg: 3.83 3.94 3.98 4/178 32159
/proc/meminfo: memFree=31001596/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=245260 CPUtime=0.8 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 31693 0 0 0 71 9 0 0 20 0 3 0 275379204 251146240 30057 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 61315 30057 191 433 0 60879 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 245260

[startup+1.50039 s]
/proc/loadavg: 3.83 3.94 3.98 5/181 32162
/proc/meminfo: memFree=30855252/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=308724 CPUtime=2.4 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 44434 0 0 0 223 17 0 0 20 0 3 0 275379204 316133376 42367 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 77181 42367 197 433 0 76745 0
[pid=32159/tid=32161] ppid=32157 vsize=308724 CPUtime=0.89 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 21346 0 0 0 76 13 0 0 20 0 3 0 275379263 316133376 42367 33554432000 4194304 5965102 140733402404448 140697069590936 5131498 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=308724 CPUtime=0.9 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 726 0 0 0 90 0 0 0 20 0 3 0 275379263 316133376 42367 33554432000 4194304 5965102 140733402404448 140697059100920 4394008 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) 308724

[startup+3.10039 s]
/proc/loadavg: 3.83 3.94 3.98 5/181 32162
/proc/meminfo: memFree=30828840/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=308724 CPUtime=5.6 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 47817 0 0 0 540 20 0 0 20 0 3 0 275379204 316133376 45750 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 77181 45750 198 433 0 76745 0
[pid=32159/tid=32161] ppid=32157 vsize=308724 CPUtime=2.49 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 24716 0 0 0 233 16 0 0 20 0 3 0 275379263 316133376 45750 33554432000 4194304 5965102 140733402404448 140697069590920 4222314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=308724 CPUtime=2.49 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 739 0 0 0 249 0 0 0 20 0 3 0 275379263 316133376 45750 33554432000 4194304 5965102 140733402404448 140697059100824 4404410 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) 308724

[startup+6.30045 s]
/proc/loadavg: 3.85 3.94 3.98 5/181 32162
/proc/meminfo: memFree=30807992/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=308724 CPUtime=12 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 49548 0 0 0 1178 22 0 0 20 0 3 0 275379204 316133376 47481 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 77181 47481 199 433 0 76745 0
[pid=32159/tid=32161] ppid=32157 vsize=308724 CPUtime=5.68 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 26415 0 0 0 550 18 0 0 20 0 3 0 275379263 316133376 47481 33554432000 4194304 5965102 140733402404448 140697069590920 4394008 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=308724 CPUtime=5.68 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 771 0 0 0 568 0 0 0 20 0 3 0 275379263 316133376 47481 33554432000 4194304 5965102 140733402404448 140697059100920 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 308724

[startup+12.7004 s]
/proc/loadavg: 3.86 3.94 3.98 5/181 32162
/proc/meminfo: memFree=30789416/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=308724 CPUtime=24.79 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 52956 0 0 0 2455 24 0 0 20 0 3 0 275379204 316133376 50889 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 77181 50889 199 433 0 76745 0
[pid=32159/tid=32161] ppid=32157 vsize=308724 CPUtime=12.06 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 29744 0 0 0 1186 20 0 0 20 0 3 0 275379263 316133376 50889 33554432000 4194304 5965102 140733402404448 140697069590984 4404410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=308724 CPUtime=12.07 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 850 0 0 0 1207 0 0 0 20 0 3 0 275379263 316133376 50889 33554432000 4194304 5965102 140733402404448 140697059100792 4394002 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 308724

[startup+25.5005 s]
/proc/loadavg: 3.89 3.94 3.98 5/181 32162
/proc/meminfo: memFree=30775636/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=308724 CPUtime=50.39 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 53969 0 0 0 5014 25 0 0 20 0 3 0 275379204 316133376 51902 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 77181 51902 199 433 0 76745 0
[pid=32159/tid=32161] ppid=32157 vsize=308724 CPUtime=24.83 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 30582 0 0 0 2462 21 0 0 20 0 3 0 275379263 316133376 51902 33554432000 4194304 5965102 140733402404448 140697069590984 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=308724 CPUtime=24.84 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 1025 0 0 0 2484 0 0 0 20 0 3 0 275379263 316133376 51902 33554432000 4194304 5965102 140733402404448 140697059100984 4394008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 308724

[startup+51.1005 s]
/proc/loadavg: 3.93 3.94 3.98 5/181 32162
/proc/meminfo: memFree=30762212/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=308724 CPUtime=101.58 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 54326 0 0 0 10132 26 0 0 20 0 3 0 275379204 316133376 52259 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 77181 52259 199 433 0 76745 0
[pid=32159/tid=32161] ppid=32157 vsize=308724 CPUtime=50.36 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 30582 0 0 0 5015 21 0 0 20 0 3 0 275379263 316133376 52259 33554432000 4194304 5965102 140733402404448 140697069590984 4404416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=308724 CPUtime=50.37 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 1382 0 0 0 5036 1 0 0 20 0 3 0 275379263 316133376 52259 33554432000 4194304 5965102 140733402404448 140697059100984 4404757 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 308724

[startup+102.307 s]
/proc/loadavg: 4.01 3.97 3.98 5/181 32162
/proc/meminfo: memFree=30663800/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374260 CPUtime=203.98 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 60200 0 0 0 20368 30 0 0 20 0 3 0 275379204 383242240 58133 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93565 58133 199 433 0 93129 0
[pid=32159/tid=32161] ppid=32157 vsize=374260 CPUtime=101.44 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 35849 0 0 0 10119 25 0 0 20 0 3 0 275379263 383242240 58133 33554432000 4194304 5965102 140733402404448 140697069590984 4404416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374260 CPUtime=101.45 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 1989 0 0 0 10143 2 0 0 20 0 3 0 275379263 383242240 58133 33554432000 4194304 5965102 140733402404448 140697059100984 4404416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 374260

[startup+162.3 s]
/proc/loadavg: 4.04 3.98 3.99 5/181 32162
/proc/meminfo: memFree=30517508/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374260 CPUtime=323.94 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 61795 0 0 0 32363 31 0 0 20 0 3 0 275379204 383242240 59728 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93565 59728 199 433 0 93129 0
[pid=32159/tid=32161] ppid=32157 vsize=374260 CPUtime=161.27 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 37253 0 0 0 16099 28 0 0 20 0 3 0 275379263 383242240 59728 33554432000 4194304 5965102 140733402404448 140697069590840 4404767 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374260 CPUtime=161.29 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 2180 0 0 0 16125 4 0 0 20 0 3 0 275379263 383242240 59728 33554432000 4194304 5965102 140733402404448 140697059100792 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 323.94
Current children cumulated vsize (KiB) 374260

[startup+222.3 s]
/proc/loadavg: 4.08 4.00 3.99 5/181 32162
/proc/meminfo: memFree=30366132/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374260 CPUtime=443.93 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 62173 0 0 0 44361 32 0 0 20 0 3 0 275379204 383242240 60106 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93565 60106 199 433 0 93129 0
[pid=32159/tid=32161] ppid=32157 vsize=374260 CPUtime=221.12 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 37254 0 0 0 22083 29 0 0 20 0 3 0 275379263 383242240 60106 33554432000 4194304 5965102 140733402404448 140697069590840 4222314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374260 CPUtime=221.13 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 2557 0 0 0 22108 5 0 0 20 0 3 0 275379263 383242240 60106 33554432000 4194304 5965102 140733402404448 140697059100920 4404740 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 443.93
Current children cumulated vsize (KiB) 374260

[startup+282.3 s]
/proc/loadavg: 4.06 4.01 4.00 5/181 32163
/proc/meminfo: memFree=30232116/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374260 CPUtime=563.91 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 62208 0 0 0 56359 32 0 0 20 0 3 0 275379204 383242240 60141 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93565 60141 199 433 0 93129 0
[pid=32159/tid=32161] ppid=32157 vsize=374260 CPUtime=280.97 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 37254 0 0 0 28067 30 0 0 20 0 3 0 275379263 383242240 60141 33554432000 4194304 5965102 140733402404448 140697069590432 4404410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374260 CPUtime=280.98 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 2592 0 0 0 28092 6 0 0 20 0 3 0 275379263 383242240 60141 33554432000 4194304 5965102 140733402404448 140697059100984 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 563.91
Current children cumulated vsize (KiB) 374260

[startup+342.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/181 32163
/proc/meminfo: memFree=30091032/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374260 CPUtime=683.89 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 62769 0 0 0 68356 33 0 0 20 0 3 0 275379204 383242240 60702 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93565 60702 199 433 0 93129 0

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

[pid=32159/tid=32162] ppid=32157 vsize=374260 CPUtime=340.82 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 3152 0 0 0 34074 8 0 0 20 0 3 0 275379263 383242240 60702 33554432000 4194304 5965102 140733402404448 140697059100984 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 683.89
Current children cumulated vsize (KiB) 374260

[startup+402.3 s]
/proc/loadavg: 4.01 4.00 4.00 5/181 32163
/proc/meminfo: memFree=29971556/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374260 CPUtime=803.85 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 62790 0 0 0 80352 33 0 0 20 0 3 0 275379204 383242240 60702 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93565 60702 199 433 0 93129 0
[pid=32159/tid=32161] ppid=32157 vsize=374260 CPUtime=400.66 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 37255 0 0 0 40034 32 0 0 20 0 3 0 275379263 383242240 60702 33554432000 4194304 5965102 140733402404448 140697069590432 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374260 CPUtime=400.65 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 3173 0 0 0 40056 9 0 0 20 0 3 0 275379263 383242240 60702 33554432000 4194304 5965102 140733402404448 140697059100984 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 803.85
Current children cumulated vsize (KiB) 374260

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 32166
/proc/meminfo: memFree=29849164/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374744 CPUtime=923.79 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 63442 0 0 0 92345 34 0 0 20 0 3 0 275379204 383737856 61525 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93686 61525 199 433 0 93250 0
[pid=32159/tid=32161] ppid=32157 vsize=374744 CPUtime=460.47 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 37287 0 0 0 46015 32 0 0 20 0 3 0 275379263 383737856 61525 33554432000 4194304 5965102 140733402404448 140697069590432 4404410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374744 CPUtime=460.48 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 3793 0 0 0 46038 10 0 0 20 0 3 0 275379263 383737856 61525 33554432000 4194304 5965102 140733402404448 140697059101032 4404410 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 923.79
Current children cumulated vsize (KiB) 374744

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 32166
/proc/meminfo: memFree=29736572/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374744 CPUtime=1043.73 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 67536 0 0 0 104337 36 0 0 20 0 3 0 275379204 383737856 65598 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93686 65598 199 433 0 93250 0
[pid=32159/tid=32161] ppid=32157 vsize=374744 CPUtime=520.28 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 41122 0 0 0 51994 34 0 0 20 0 3 0 275379263 383737856 65598 33554432000 4194304 5965102 140733402404448 140697069590984 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374744 CPUtime=520.33 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 4052 0 0 0 52021 12 0 0 20 0 3 0 275379263 383737856 65598 33554432000 4194304 5965102 140733402404448 140697059100984 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1043.73
Current children cumulated vsize (KiB) 374744

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 32167
/proc/meminfo: memFree=29642148/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374744 CPUtime=1163.71 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 67536 0 0 0 116335 36 0 0 20 0 3 0 275379204 383737856 66787 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93686 66787 199 433 0 93250 0
[pid=32159/tid=32161] ppid=32157 vsize=374744 CPUtime=580.12 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 41122 0 0 0 57977 35 0 0 20 0 3 0 275379263 383737856 66787 33554432000 4194304 5965102 140733402404448 140697069591064 4404410 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374744 CPUtime=580.17 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 4052 0 0 0 58004 13 0 0 20 0 3 0 275379263 383737856 66787 33554432000 4194304 5965102 140733402404448 140697059100984 4404757 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1163.71
Current children cumulated vsize (KiB) 374744

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/182 32168
/proc/meminfo: memFree=29554872/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374744 CPUtime=1283.7 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 67821 0 0 0 128334 36 0 0 20 0 3 0 275379204 383737856 67072 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93686 67072 199 433 0 93250 0
[pid=32159/tid=32161] ppid=32157 vsize=374744 CPUtime=639.98 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 41122 0 0 0 63962 36 0 0 20 0 3 0 275379263 383737856 67072 33554432000 4194304 5965102 140733402404448 140697069591064 4404416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374744 CPUtime=640.03 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 4337 0 0 0 63989 14 0 0 20 0 3 0 275379263 383737856 67072 33554432000 4194304 5965102 140733402404448 140697059100792 4404717 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1283.7
Current children cumulated vsize (KiB) 374744

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 32289
/proc/meminfo: memFree=31258704/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374984 CPUtime=1403.67 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 68745 0 0 0 140330 37 0 0 20 0 3 0 275379204 383983616 67996 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93746 67997 199 433 0 93310 0
[pid=32159/tid=32161] ppid=32157 vsize=374984 CPUtime=699.82 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 41122 0 0 0 69945 37 0 0 20 0 3 0 275379263 383983616 67997 33554432000 4194304 5965102 140733402404448 140697069591064 4222314 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374984 CPUtime=699.87 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 5262 0 0 0 69970 17 0 0 20 0 3 0 275379263 383983616 67997 33554432000 4194304 5965102 140733402404448 140697059100984 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1403.67
Current children cumulated vsize (KiB) 374984

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 32289
/proc/meminfo: memFree=31145400/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374984 CPUtime=1523.67 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 70370 0 0 0 152328 39 0 0 20 0 3 0 275379204 383983616 69621 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93746 69621 199 433 0 93310 0
[pid=32159/tid=32161] ppid=32157 vsize=374984 CPUtime=759.67 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 42232 0 0 0 75929 38 0 0 20 0 3 0 275379263 383983616 69621 33554432000 4194304 5965102 140733402404448 140697069590328 4394008 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374984 CPUtime=759.72 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 5776 0 0 0 75953 19 0 0 20 0 3 0 275379263 383983616 69621 33554432000 4194304 5965102 140733402404448 140697059100792 4404757 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) 374984

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 32289
/proc/meminfo: memFree=31102224/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374984 CPUtime=1643.63 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 70382 0 0 0 164324 39 0 0 20 0 3 0 275379204 383983616 69645 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93746 69645 199 433 0 93310 0
[pid=32159/tid=32161] ppid=32157 vsize=374984 CPUtime=819.5 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 42241 0 0 0 81911 39 0 0 20 0 3 0 275379263 383983616 69645 33554432000 4194304 5965102 140733402404448 140697069590328 4222330 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374984 CPUtime=819.56 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 5779 0 0 0 81936 20 0 0 20 0 3 0 275379263 383983616 69645 33554432000 4194304 5965102 140733402404448 140697059100792 4222324 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.63
Current children cumulated vsize (KiB) 374984

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 32290
/proc/meminfo: memFree=31077352/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374984 CPUtime=1763.61 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 71299 0 0 0 176322 39 0 0 20 0 3 0 275379204 383983616 70562 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93746 70562 199 433 0 93310 0
[pid=32159/tid=32161] ppid=32157 vsize=374984 CPUtime=879.34 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 43158 0 0 0 87894 40 0 0 20 0 3 0 275379263 383983616 70562 33554432000 4194304 5965102 140733402404448 140697069590984 4404732 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374984 CPUtime=879.4 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 5779 0 0 0 87919 21 0 0 20 0 3 0 275379263 383983616 70562 33554432000 4194304 5965102 140733402404448 140697059100792 4394008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1763.61
Current children cumulated vsize (KiB) 374984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.5 s]
/proc/loadavg: 4.00 4.00 4.00 5/181 32290
/proc/meminfo: memFree=31047188/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374984 CPUtime=1800.02 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 71299 0 0 0 179963 39 0 0 20 0 3 0 275379204 383983616 70562 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93746 70562 199 433 0 93310 0
[pid=32159/tid=32161] ppid=32157 vsize=374984 CPUtime=897.5 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 43158 0 0 0 89710 40 0 0 20 0 3 0 275379263 383983616 70562 33554432000 4194304 5965102 140733402404448 140697069590984 4404416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374984 CPUtime=897.56 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 5779 0 0 0 89735 21 0 0 20 0 3 0 275379263 383983616 70562 33554432000 4194304 5965102 140733402404448 140697059100792 4394008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 374984

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 4.00 4.00 5/181 32290
/proc/meminfo: memFree=31047188/32873844 swapFree=7112/7112
[pid=32159] ppid=32157 vsize=374984 CPUtime=1800.02 cores=1,3,5,7
/proc/32159/stat : 32159 (pwbo2.0) S 32157 32159 31075 0 -1 4202496 71299 0 0 0 179963 39 0 0 20 0 3 0 275379204 383983616 70562 33554432000 4194304 5965102 140733402404448 140733402403968 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32159/statm: 93746 70562 199 433 0 93310 0
[pid=32159/tid=32161] ppid=32157 vsize=374984 CPUtime=897.5 cores=1,3,5,7
/proc/32159/task/32161/stat : 32161 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 43158 0 0 0 89710 40 0 0 20 0 3 0 275379263 383983616 70562 33554432000 4194304 5965102 140733402404448 140697069590984 4404416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=32159/tid=32162] ppid=32157 vsize=374984 CPUtime=897.56 cores=1,3,5,7
/proc/32159/task/32162/stat : 32162 (pwbo2.0) R 32157 32159 31075 0 -1 4202560 5779 0 0 0 89735 21 0 0 20 0 3 0 275379263 383983616 70562 33554432000 4194304 5965102 140733402404448 140697059100792 4394008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 374984

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32159 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=26114
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=666898
# CPU time returned by wait4() is 1795.69
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1799.63
CPU system time (s): 0.39
CPU usage (%): 199.888
Max. virtual memory (cumulated for all children) (KiB): 374984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.03
system time used= 0.666898
maximum resident set size= 282256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71301
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= 374
involuntary context switches= 2491

runsolver used 2.10268 second user time and 5.41318 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-27 06:22:23
IDJOB=3703688
IDBENCH=2633
IDSOLVER=2279
FILE ID=node142/3703688-1338092543
RUNJOBID= node142-1338085847-31092
PBS_JOBID= 14624428
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1752032539

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31002240 kB
Buffers:          261124 kB
Cached:           230340 kB
SwapCached:            0 kB
Active:           999104 kB
Inactive:          69140 kB
Active(anon):     568108 kB
Inactive(anon):    11212 kB
Active(file):     430996 kB
Inactive(file):    57928 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11552 kB
Writeback:             0 kB
AnonPages:        583656 kB
Mapped:            12460 kB
Shmem:               200 kB
Slab:             663160 kB
SReclaimable:     105212 kB
SUnreclaim:       557948 kB
KernelStack:        1480 kB
PageTables:         5228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     193528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71676 MiB
End job on node142 at 2012-05-27 06:37:26