Trace number 2656079

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
wbo 1.4bWrong UNSAT 180.642 180.697

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_14.opb
MD5SUM840eda79f99ca12a0c705eefe22c37b7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark157
Best CPU time to get the best result obtained on this benchmark1798.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 144
Optimality of the best value was proved NO
Number of variables3296
Total number of constraints6384
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 constraints6383
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 91
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 218
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 286
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1475
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100517
0.00/0.00	c Parsing opb file format. File HOME/instance-2656079-1276620193.opb.
0.00/0.00	c Instance file HOME/instance-2656079-1276620193.opb
0.00/0.00	c File size is 1501792 bytes.
0.19/0.25	c Highest Coefficient sum: 1475
0.19/0.25	c ============================[ Problem Statistics ]=============================
0.19/0.25	c |                                                                             |
0.19/0.25	c |  Parsing time:          0.25         s                                      |
0.19/0.25	c |  Number Variables:      3296                                                |
0.19/0.25	c |  Number Clauses:        1                                                   |
0.19/0.25	c |  Number Cardinality:    0                                                   |
0.19/0.25	c |  Number PB Constraints: 6383                                                |
0.19/0.26	c ============================[ Search Statistics ]==============================
0.19/0.26	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.26	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.19/0.26	c ===============================================================================
0.19/0.26	c |         0 |    3295     6384   186755 |     5000        0    nan |  0.000 % |
1.00/1.06	c |       103 |    3295     6384   186755 |     5500      103     45 |  0.030 % |
1.49/1.53	c |       254 |    3295     6384   186755 |     6050      254     40 |  0.030 % |
1.89/1.99	c |       481 |    3295     6384   186755 |     6655      481     37 |  0.030 % |
2.99/3.06	c |       818 |    3295     6384   186755 |     7320      818     35 |  0.030 % |
3.99/4.03	c |      1324 |    3295     6384   186755 |     8052     1324     34 |  0.030 % |
6.50/6.56	c |      2087 |    3295     6384   186755 |     8857     2087     36 |  0.030 % |
8.98/9.06	c |      3228 |    3295     6384   186755 |     9743     3228     35 |  0.030 % |
13.39/13.45	c |      4937 |    3295     6384   186755 |    10717     4937     33 |  0.030 % |
19.19/19.20	c |      7502 |    3295     6384   186755 |    11789     7502     35 |  0.030 % |
25.89/25.90	c |     11346 |    3295     6384   186755 |    12968    11346     33 |  0.030 % |
27.18/27.27	c ===============================================================================
27.18/27.27	c New solution: 192
27.18/27.27	o 192
27.18/27.27	c Elapsed CPU time: 27.1859 s	Remaining CPU time: 152.814 s
27.18/27.27	c ===============================================================================
27.18/27.27	c |     11913 |    3295     6385   186763 |     5000    11913     34 |  0.030 % |
27.39/27.49	c |     12013 |    3295     6385   186763 |     5500     3079     30 |  0.030 % |
27.78/27.86	c |     12164 |    3295     6385   186763 |     6050     3230     30 |  0.030 % |
28.18/28.28	c |     12390 |    3295     6385   186763 |     6655     3456     31 |  0.030 % |
28.99/29.07	c |     12727 |    3295     6385   186763 |     7320     3793     30 |  0.030 % |
29.98/30.07	c |     13234 |    3295     6385   186763 |     8052     4300     30 |  0.030 % |
32.47/32.52	c |     13994 |    3295     6385   186763 |     8857     5060     33 |  0.030 % |
33.08/33.13	c ===============================================================================
33.08/33.13	c New solution: 179
33.08/33.13	o 179
33.08/33.13	c Elapsed CPU time: 33.02 s	Remaining CPU time: 146.98 s
33.08/33.13	c ===============================================================================
33.08/33.13	c |     14395 |    3295     6386   186771 |     5000     5461     33 |  0.030 % |
33.48/33.57	c |     14495 |    3295     6386   186771 |     5500     2831     36 |  0.030 % |
33.87/33.99	c |     14645 |    3295     6386   186771 |     6050     2981     36 |  0.030 % |
34.37/34.42	c |     14871 |    3295     6386   186771 |     6655     3207     36 |  0.030 % |
34.97/35.04	c |     15209 |    3295     6386   186771 |     7320     3545     36 |  0.030 % |
36.38/36.48	c |     15716 |    3295     6386   186771 |     8052     4052     37 |  0.030 % |
40.37/40.49	c |     16475 |    3295     6386   186771 |     8857     4811     37 |  0.030 % |
42.78/42.83	c |     17616 |    3295     6386   186771 |     9743     5952     36 |  0.030 % |
46.77/46.83	c |     19325 |    3295     6386   186771 |    10717     7661     38 |  0.030 % |
53.88/53.95	c |     21887 |    3295     6386   186771 |    11789    10223     36 |  0.030 % |
60.27/60.39	c ===============================================================================
60.27/60.39	c New solution: 168
60.27/60.39	o 168
60.27/60.39	c Elapsed CPU time: 60.1988 s	Remaining CPU time: 119.801 s
60.27/60.39	c ===============================================================================
60.27/60.39	c |     25065 |    3295     6387   186779 |     5000     7278     34 |  0.030 % |
60.57/60.65	c |     25166 |    3294     6387   186779 |     5500     3738     34 |  0.061 % |
60.97/61.05	c |     25316 |    3294     6387   186779 |     6050     3888     34 |  0.061 % |
61.47/61.55	c |     25542 |    3294     6387   186779 |     6655     4114     34 |  0.061 % |
62.96/63.00	c |     25879 |    3294     6387   186779 |     7320     4451     34 |  0.061 % |
64.17/64.23	c |     26385 |    3294     6387   186779 |     8052     4957     34 |  0.061 % |
66.27/66.30	c |     27145 |    3294     6387   186779 |     8857     5717     34 |  0.061 % |
69.47/69.51	c |     28286 |    3294     6387   186779 |     9743     6858     35 |  0.061 % |
73.57/73.61	c |     29995 |    3294     6387   186779 |    10717     8567     35 |  0.061 % |
79.96/80.07	c |     32557 |    3293     6387   186779 |    11789    11124     34 |  0.091 % |
84.77/84.86	c ===============================================================================
84.77/84.86	c New solution: 166
84.77/84.86	o 166
84.77/84.86	c Elapsed CPU time: 84.5981 s	Remaining CPU time: 95.4019 s
84.77/84.86	c ===============================================================================
84.77/84.86	c |     34752 |    3293     6388   186787 |     5000    13319     37 |  0.091 % |
85.17/85.21	c |     34852 |    3293     6388   186787 |     5500     3430     42 |  0.091 % |
85.37/85.48	c |     35002 |    3293     6388   186787 |     6050     3580     41 |  0.091 % |
85.96/86.09	c |     35228 |    3293     6388   186787 |     6655     3806     41 |  0.091 % |
86.77/86.87	c |     35567 |    3293     6388   186787 |     7320     4145     41 |  0.091 % |
87.76/87.82	c |     36073 |    3293     6388   186787 |     8052     4651     40 |  0.091 % |
89.56/89.65	c |     36835 |    3293     6388   186787 |     8857     5413     40 |  0.091 % |
91.96/92.09	c |     37974 |    3293     6388   186787 |     9743     6552     39 |  0.091 % |
95.86/95.99	c |     39683 |    3293     6388   186787 |    10717     8261     38 |  0.091 % |
101.45/101.53	c |     42245 |    3293     6388   186787 |    11789    10823     40 |  0.091 % |
111.56/111.68	c |     46089 |    3293     6388   186787 |    12968     8571     38 |  0.091 % |
123.96/124.04	c |     51856 |    3293     6388   186787 |    14265     7572     34 |  0.091 % |
144.15/144.29	c |     60505 |    3293     6388   186787 |    15692     8707     29 |  0.091 % |
161.24/161.32	c ===============================================================================
161.24/161.32	c New solution: 160
161.24/161.32	o 160
161.24/161.32	c Elapsed CPU time: 160.823 s	Remaining CPU time: 19.1774 s
161.24/161.32	c ===============================================================================
161.24/161.32	c |     67625 |    3293     6389   186795 |     5000    15827     38 |  0.091 % |
161.44/161.57	c |     67725 |    3293     6389   186795 |     5500     4057     51 |  0.091 % |
161.84/161.91	c |     67876 |    3293     6389   186795 |     6050     4208     50 |  0.091 % |
162.24/162.38	c |     68102 |    3293     6389   186795 |     6655     4434     50 |  0.091 % |
162.84/162.97	c |     68440 |    3293     6389   186795 |     7320     4772     49 |  0.091 % |
163.94/164.06	c |     68947 |    3293     6389   186795 |     8052     5279     48 |  0.091 % |
165.44/165.58	c |     69707 |    3293     6389   186795 |     8857     6039     46 |  0.091 % |
168.04/168.11	c |     70847 |    3293     6389   186795 |     9743     7179     45 |  0.091 % |
172.44/172.59	c |     72558 |    3293     6389   186795 |    10717     8890     44 |  0.091 % |
178.34/178.48	c |     75122 |    3293     6389   186795 |    11789     5986     36 |  0.091 % |
180.44/180.57	c There are 3 assigned variables. 1 in cost function.
180.54/180.69	c core #1
180.54/180.69	c Memory used           : 27.55 MB
180.54/180.69	c CPU time              : 180.133 s
180.54/180.69	c 
180.54/180.69	s UNSATISFIABLE
180.54/180.69	c Total CPU time: 180.133 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2656079-1276620193/watcher-2656079-1276620193 -o /tmp/evaluation-result-2656079-1276620193/solver-2656079-1276620193 -C 1800 -W 2000 -M 1800 wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2656079-1276620193.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 2/106 8091
/proc/meminfo: memFree=1749652/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=4040 CPUtime=0
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 300 0 0 0 0 0 0 0 23 0 1 0 37623336 4136960 219 1992294400 134512640 135751879 4287110576 18446744073709551615 135206651 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 1010 219 144 303 0 338 0

[startup+0.0378639 s]
/proc/loadavg: 0.85 0.97 0.99 2/106 8091
/proc/meminfo: memFree=1749652/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=4832 CPUtime=0.03
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 523 0 0 0 3 0 0 0 23 0 1 0 37623336 4947968 442 1992294400 134512640 135751879 4287110576 18446744073709551615 135193684 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 1208 442 187 303 0 536 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4832

[startup+0.100858 s]
/proc/loadavg: 0.85 0.97 0.99 2/106 8091
/proc/meminfo: memFree=1749652/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=6292 CPUtime=0.09
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 989 0 0 0 9 0 0 0 25 0 1 0 37623336 6443008 908 1992294400 134512640 135751879 4287110576 18446744073709551615 135205141 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 1573 908 276 303 0 901 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6292

[startup+0.300881 s]
/proc/loadavg: 0.85 0.97 0.99 2/106 8091
/proc/meminfo: memFree=1749652/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=8856 CPUtime=0.29
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 2317 0 0 0 28 1 0 0 25 0 1 0 37623336 9068544 1790 1992294400 134512640 135751879 4287110576 18446744073709551615 134611181 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 2214 1790 146 303 0 1909 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8856

[startup+0.700929 s]
/proc/loadavg: 0.85 0.97 0.99 2/106 8091
/proc/meminfo: memFree=1749652/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=8856 CPUtime=0.69
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 2317 0 0 0 68 1 0 0 25 0 1 0 37623336 9068544 1790 1992294400 134512640 135751879 4287110576 18446744073709551615 134611297 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 2214 1790 146 303 0 1909 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8856

[startup+1.50102 s]
/proc/loadavg: 0.85 0.97 0.99 2/107 8092
/proc/meminfo: memFree=1742700/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=8856 CPUtime=1.49
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 2318 0 0 0 148 1 0 0 25 0 1 0 37623336 9068544 1791 1992294400 134512640 135751879 4287110576 18446744073709551615 134518799 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 2214 1791 147 303 0 1909 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8856

[startup+3.10121 s]
/proc/loadavg: 0.86 0.97 0.99 2/107 8092
/proc/meminfo: memFree=1742452/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=8988 CPUtime=3.09
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 2344 0 0 0 308 1 0 0 25 0 1 0 37623336 9203712 1817 1992294400 134512640 135751879 4287110576 18446744073709551615 134518831 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 2247 1817 147 303 0 1942 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8988

[startup+6.30158 s]
/proc/loadavg: 0.86 0.97 0.99 2/107 8092
/proc/meminfo: memFree=1742328/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=9252 CPUtime=6.29
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 2416 0 0 0 627 2 0 0 25 0 1 0 37623336 9474048 1889 1992294400 134512640 135751879 4287110576 18446744073709551615 134518799 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 2313 1889 147 303 0 2008 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9252

[startup+12.7013 s]
/proc/loadavg: 0.88 0.97 0.99 2/107 8092
/proc/meminfo: memFree=1741708/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=9912 CPUtime=12.68
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 2556 0 0 0 1265 3 0 0 25 0 1 0 37623336 10149888 2029 1992294400 134512640 135751879 4287110576 18446744073709551615 134611167 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 2478 2029 147 303 0 2173 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9912

[startup+25.5008 s]
/proc/loadavg: 0.90 0.97 0.99 2/107 8092
/proc/meminfo: memFree=1740096/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=11372 CPUtime=25.48
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 2928 0 0 0 2541 7 0 0 25 0 1 0 37623336 11644928 2401 1992294400 134512640 135751879 4287110576 18446744073709551615 134611292 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 2843 2401 147 303 0 2538 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11372

[startup+51.1008 s]
/proc/loadavg: 0.93 0.97 0.99 2/107 8092
/proc/meminfo: memFree=1737988/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=13616 CPUtime=51.07
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 3484 0 0 0 5093 14 0 0 25 0 1 0 37623336 13942784 2957 1992294400 134512640 135751879 4287110576 18446744073709551615 134519017 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 3404 2957 148 303 0 3099 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13616

[startup+102.308 s]
/proc/loadavg: 1.04 0.99 0.99 2/107 8094
/proc/meminfo: memFree=1732904/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=18552 CPUtime=102.26
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 4709 0 0 0 10197 29 0 0 25 0 1 0 37623336 18997248 4182 1992294400 134512640 135751879 4287110576 18446744073709551615 134611292 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 4638 4182 148 303 0 4333 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18552

[startup+162.301 s]
/proc/loadavg: 1.02 0.99 0.99 2/107 8096
/proc/meminfo: memFree=1727076/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=24232 CPUtime=162.24
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 6154 0 0 0 16179 45 0 0 25 0 1 0 37623336 24813568 5627 1992294400 134512640 135751879 4287110576 18446744073709551615 134518928 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 6058 5627 148 303 0 5753 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 24232

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

[startup+166.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 8096
/proc/meminfo: memFree=1726580/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=24760 CPUtime=166.24
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 6263 0 0 0 16578 46 0 0 25 0 1 0 37623336 25354240 5736 1992294400 134512640 135751879 4287110576 18446744073709551615 134611292 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 6190 5736 148 303 0 5885 0
Current children cumulated CPU time (s) 166.24
Current children cumulated vsize (KiB) 24760

[startup+172.708 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 8096
/proc/meminfo: memFree=1725960/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=25288 CPUtime=172.65
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 6405 0 0 0 17217 48 0 0 25 0 1 0 37623336 25894912 5878 1992294400 134512640 135751879 4287110576 18446744073709551615 134518799 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 6322 5878 148 303 0 6017 0
Current children cumulated CPU time (s) 172.65
Current children cumulated vsize (KiB) 25288

[startup+175.902 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 8096
/proc/meminfo: memFree=1725712/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=25552 CPUtime=175.85
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 6479 0 0 0 17536 49 0 0 25 0 1 0 37623336 26165248 5952 1992294400 134512640 135751879 4287110576 18446744073709551615 134611152 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 6388 5952 148 303 0 6083 0
Current children cumulated CPU time (s) 175.85
Current children cumulated vsize (KiB) 25552

[startup+179.101 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 8096
/proc/meminfo: memFree=1725464/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=25816 CPUtime=179.04
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 6552 0 0 0 17854 50 0 0 25 0 1 0 37623336 26435584 6025 1992294400 134512640 135751879 4287110576 18446744073709551615 134611292 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 6454 6025 148 303 0 6149 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 25816

[startup+179.901 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 8096
/proc/meminfo: memFree=1725340/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=25948 CPUtime=179.84
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 6574 0 0 0 17934 50 0 0 25 0 1 0 37623336 26570752 6047 1992294400 134512640 135751879 4287110576 18446744073709551615 134611292 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 6487 6047 148 303 0 6182 0
Current children cumulated CPU time (s) 179.84
Current children cumulated vsize (KiB) 25948

[startup+180.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 8096
/proc/meminfo: memFree=1725216/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=25948 CPUtime=180.24
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 6586 0 0 0 17974 50 0 0 25 0 1 0 37623336 26570752 6059 1992294400 134512640 135751879 4287110576 18446744073709551615 134518464 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 6487 6059 148 303 0 6182 0
Current children cumulated CPU time (s) 180.24
Current children cumulated vsize (KiB) 25948

[startup+180.501 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 8096
/proc/meminfo: memFree=1725216/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=25948 CPUtime=180.44
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 6589 0 0 0 17994 50 0 0 25 0 1 0 37623336 26570752 6062 1992294400 134512640 135751879 4287110576 18446744073709551615 134518831 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 6487 6062 148 303 0 6182 0
Current children cumulated CPU time (s) 180.44
Current children cumulated vsize (KiB) 25948

[startup+180.601 s]
/proc/loadavg: 1.01 0.99 0.99 2/107 8096
/proc/meminfo: memFree=1725216/2059040 swapFree=4136496/4192956
[pid=8091] ppid=8089 vsize=28024 CPUtime=180.54
/proc/8091/stat : 8091 (wbo1.4b) R 8089 8091 8006 0 -1 4202496 7104 0 0 0 18004 50 0 0 25 0 1 0 37623336 28696576 6577 1992294400 134512640 135751879 4287110576 18446744073709551615 135009498 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8091/statm: 7006 6577 149 303 0 6701 0
Current children cumulated CPU time (s) 180.54
Current children cumulated vsize (KiB) 28024

Child status: 0
Real time (s): 180.697
CPU time (s): 180.642
CPU user time (s): 180.133
CPU system time (s): 0.508922
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 28024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.133
system time used= 0.508922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7119
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= 3
involuntary context switches= 201

runsolver used 0.305953 second user time and 0.858869 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-15 18:43:13
IDJOB=2656079
IDBENCH=2942
IDSOLVER=1161
FILE ID=node001/2656079-1276620193
PBS_JOBID= 11172340
Free space on /tmp= 62516 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_14.opb
COMMAND LINE= wbo1.4b -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2656079-1276620193/watcher-2656079-1276620193 -o /tmp/evaluation-result-2656079-1276620193/solver-2656079-1276620193 -C 1800 -W 2000 -M 1800  wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2656079-1276620193.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 840eda79f99ca12a0c705eefe22c37b7
RANDOM SEED=1552184931

node001.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1750180 kB
Buffers:         65380 kB
Cached:         151912 kB
SwapCached:       9892 kB
Active:         104020 kB
Inactive:       126444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1750180 kB
SwapTotal:     4192956 kB
SwapFree:      4136496 kB
Dirty:            4260 kB
Writeback:           0 kB
AnonPages:       11532 kB
Mapped:           9448 kB
Slab:            56684 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180968 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62512 MiB
End job on node001 at 2010-06-15 18:46:14