Trace number 1875318

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 NameAnswerobjCPU timeWall clock time
wbo 1.0? (TO) 1800.31 1800.99

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e507441d4bf529adaad354902c51a54
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1794.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

Solver Data

0.00/0.00	c This is wbo 1.0 alpha (based on Minisat 2.0 beta)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Parsing opb file format. File HOME/instance-1875318-1245197514.opb.
0.00/0.00	c Instance file HOME/instance-1875318-1245197514.opb
0.00/0.00	c File size is 459797 bytes.
0.00/0.06	c Highest Coefficient sum: 47
0.00/0.06	c ============================[ Problem Statistics ]=============================
0.00/0.06	c |                                                                             |
0.00/0.06	c |  Parsing time:          0.06         s                                      |
0.00/0.06	c |  Number Variables:      6416                                                |
0.00/0.06	c |  Number Clauses:        6616                                                |
0.00/0.06	c |  Number Cardinality:    0                                                   |
0.00/0.06	c |  Number PB Constraints: 6216                                                |
0.00/0.06	c core #1
0.00/0.06	c Core size: 52	Core Weight: 1	Total Weight: 1
0.00/0.06	c Elapsed CPU time: 0.06299 s	Remaining CPU time: 1799.94 s
0.00/0.08	c core #2
0.00/0.08	c Core size: 68	Core Weight: 1	Total Weight: 2
0.00/0.08	c Elapsed CPU time: 0.080987 s	Remaining CPU time: 1799.92 s
0.09/0.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.09/0.10	c ===============================================================================
0.09/0.10	c |         0 |    2005    12834    30899 |     5000        0    nan |  0.000 % |
0.09/0.11	c ===============================================================================
0.09/0.11	c core #3
0.09/0.11	c Core size: 225	Core Weight: 1	Total Weight: 3
0.09/0.11	c Elapsed CPU time: 0.104984 s	Remaining CPU time: 1799.9 s
0.09/0.13	c ============================[ Search Statistics ]==============================
0.09/0.13	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.13	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.09/0.13	c ===============================================================================
0.09/0.13	c |         0 |    4558    12835    38307 |     5000        0    nan |  0.000 % |
0.09/0.19	c |       107 |    4558    12835    38307 |     5500      107    165 | 30.677 % |
0.29/0.31	c ===============================================================================
0.29/0.31	c core #4
0.29/0.31	c Core size: 864	Core Weight: 1	Total Weight: 4
0.29/0.31	c Elapsed CPU time: 0.306953 s	Remaining CPU time: 1799.69 s
0.29/0.34	c ============================[ Search Statistics ]==============================
0.29/0.34	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.34	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.29/0.34	c ===============================================================================
0.29/0.34	c |         0 |    6585    12836    44087 |     5000        0    nan |  0.000 % |
0.39/0.42	c |       109 |    6585    12836    44087 |     5500      109    241 |  2.589 % |
0.49/0.51	c |       259 |    6585    12836    44087 |     6050      259    221 |  2.589 % |
0.59/0.67	c |       485 |    6585    12836    44087 |     6655      485    231 |  2.589 % |
0.89/0.92	c |       822 |    6585    12836    44087 |     7320      822    208 |  2.589 % |
1.19/1.27	c |      1330 |    6585    12836    44087 |     8052     1330    246 |  2.589 % |
2.09/2.13	c |      2091 |    6585    12836    44087 |     8857     2091    252 |  2.589 % |
3.38/3.49	c |      3231 |    6585    12836    44087 |     9743     3231    233 |  2.589 % |
5.39/5.40	c |      4939 |    6585    12836    44087 |    10717     4939    223 |  2.589 % |
8.98/9.02	c |      7504 |    6585    12836    44087 |    11789     7504    249 |  2.589 % |
15.58/15.68	c |     11349 |    6585    12836    44087 |    12968    11349    272 |  2.589 % |
26.39/26.46	c |     17115 |    6585    12836    44087 |    14265    10102    340 |  2.589 % |
43.28/43.32	c |     25765 |    6585    12836    44087 |    15692    11106    305 |  2.589 % |
69.86/69.96	c |     38739 |    6585    12836    44087 |    17261    15790    230 |  2.589 % |
84.06/84.16	c ===============================================================================
85.16/85.24	c core #5
85.16/85.24	c Core size: 6688	Core Weight: 1	Total Weight: 5
85.16/85.24	c Elapsed CPU time: 84.8431 s	Remaining CPU time: 1715.16 s
85.26/85.33	c ============================[ Search Statistics ]==============================
85.26/85.33	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
85.26/85.33	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
85.26/85.33	c ===============================================================================
85.26/85.33	c |         0 |    6960    12837    45000 |     5000        0    nan |  0.000 % |
85.36/85.42	c |       105 |    6960    12837    45000 |     5500      105    263 |  0.000 % |
85.46/85.53	c |       259 |    6960    12837    45000 |     6050      259    217 |  0.000 % |
85.56/85.67	c |       485 |    6960    12837    45000 |     6655      485    173 |  0.000 % |
85.85/85.90	c |       828 |    6960    12837    45000 |     7320      828    189 |  0.000 % |
86.15/86.20	c |      1334 |    6960    12837    45000 |     8052     1334    195 |  0.000 % |
86.66/86.74	c |      2096 |    6960    12837    45000 |     8857     2096    193 |  0.000 % |
87.56/87.63	c |      3235 |    6960    12837    45000 |     9743     3235    201 |  0.000 % |
89.16/89.28	c |      4945 |    6960    12837    45000 |    10717     4945    196 |  0.000 % |
92.45/92.57	c |      7508 |    6960    12837    45000 |    11789     7508    227 |  0.000 % |
98.26/98.37	c |     11354 |    6960    12837    45000 |    12968    11354    240 |  0.000 % |
108.95/109.04	c |     17124 |    6960    12837    45000 |    14265     9656    319 |  0.000 % |
126.94/127.00	c |     25774 |    6960    12837    45000 |    15692    10257    368 |  0.000 % |
156.83/156.96	c |     38751 |    6960    12837    45000 |    17261    14326    535 |  0.000 % |
206.72/206.84	c |     58213 |    6960    12837    45000 |    18987    14774    558 |  0.000 % |
270.39/270.57	c |     87409 |    6960    12837    45000 |    20886    12692    361 |  0.000 % |
368.26/368.48	c |    131202 |    6960    12837    45000 |    22974    21825    581 |  0.000 % |
550.08/550.34	c |    196888 |    6960    12837    45000 |    25272    13537    458 |  0.000 % |
788.99/789.30	c |    295417 |    6960    12837    45000 |    27799    17808    346 |  0.000 % |
1169.95/1170.46	c |    443209 |    6960    12837    45000 |    30579    23852    350 |  0.000 % |
1766.53/1767.22	c |    664893 |    6960    12837    45000 |    33637    21584    504 |  0.000 % |

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-1875318-1245197514/watcher-1875318-1245197514 -o /tmp/evaluation-result-1875318-1245197514/solver-1875318-1245197514 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1875318-1245197514.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.99 0.98 0.99 3/64 10336
/proc/meminfo: memFree=1864408/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=3312 CPUtime=0
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 72484350 3391488 249 1992294400 134512640 135709839 4294956240 18446744073709551615 135172934 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 828 249 125 292 0 420 0

[startup+0.00772304 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10336
/proc/meminfo: memFree=1864408/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=3516 CPUtime=0
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 321 0 0 0 0 0 0 0 18 0 1 0 72484350 3600384 305 1992294400 134512640 135709839 4294956240 18446744073709551615 134570460 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 879 305 128 292 0 471 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3516

[startup+0.10174 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10336
/proc/meminfo: memFree=1864408/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=6568 CPUtime=0.09
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 1326 0 0 0 9 0 0 0 18 0 1 0 72484350 6725632 1121 1992294400 134512640 135709839 4294956240 18446744073709551615 135165878 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 1642 1121 134 292 0 1347 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6568

[startup+0.301779 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10336
/proc/meminfo: memFree=1864408/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=7340 CPUtime=0.29
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 1621 0 0 0 29 0 0 0 19 0 1 0 72484350 7516160 1340 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 1835 1340 136 292 0 1540 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7340

[startup+0.70186 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10336
/proc/meminfo: memFree=1864408/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=8056 CPUtime=0.69
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 1831 0 0 0 69 0 0 0 22 0 1 0 72484350 8249344 1550 1992294400 134512640 135709839 4294956240 18446744073709551615 134573759 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 2014 1550 136 292 0 1719 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8056

[startup+1.50202 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1858640/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=8980 CPUtime=1.49
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 2069 0 0 0 148 1 0 0 25 0 1 0 72484350 9195520 1788 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 2245 1788 136 292 0 1950 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8980

[startup+3.10234 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1856912/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=10696 CPUtime=3.09
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 2485 0 0 0 307 2 0 0 25 0 1 0 72484350 10952704 2204 1992294400 134512640 135709839 4294956240 18446744073709551615 134518383 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 2674 2204 136 292 0 2379 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10696

[startup+6.30198 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1853456/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=14276 CPUtime=6.29
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 3381 0 0 0 624 5 0 0 25 0 1 0 72484350 14618624 3100 1992294400 134512640 135709839 4294956240 18446744073709551615 134572849 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 3569 3100 136 292 0 3274 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14276

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1846160/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=20748 CPUtime=12.69
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 5000 0 0 0 1262 7 0 0 25 0 1 0 72484350 21245952 4719 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 5187 4719 136 292 0 4892 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20748

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1830224/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=36600 CPUtime=25.48
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 8955 0 0 0 2536 12 0 0 25 0 1 0 72484350 37478400 8674 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 9150 8674 136 292 0 8855 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36600

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1807312/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=59724 CPUtime=51.08
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 14728 0 0 0 5085 23 0 0 25 0 1 0 72484350 61157376 14447 1992294400 134512640 135709839 4294956240 18446744073709551615 134573958 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 14931 14447 136 292 0 14636 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59724

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1779280/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=87112 CPUtime=102.26
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 21570 0 0 0 10184 42 0 0 25 0 1 0 72484350 89202688 21289 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 21778 21289 136 292 0 21483 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 87112

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1726288/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=140772 CPUtime=162.22
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 35026 0 0 0 16160 62 0 0 25 0 1 0 72484350 144150528 34745 1992294400 134512640 135709839 4294956240 18446744073709551615 134572707 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 35193 34745 136 292 0 34898 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 140772

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1660176/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=206244 CPUtime=222.21
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 51352 0 0 0 22136 85 0 0 25 0 1 0 72484350 211193856 51071 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 51561 51071 136 292 0 51266 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 206244

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1604304/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=262476 CPUtime=282.19
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 65417 0 0 0 28112 107 0 0 25 0 1 0 72484350 268775424 65136 1992294400 134512640 135709839 4294956240 18446744073709551615 134573697 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 65619 65136 136 292 0 65324 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 262476

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1531792/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=334408 CPUtime=342.16
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 83384 0 0 0 34089 127 0 0 25 0 1 0 72484350 342433792 83103 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 83602 83103 136 292 0 83307 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 334408

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1470736/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=395688 CPUtime=402.14
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 98703 0 0 0 40068 146 0 0 25 0 1 0 72484350 405184512 98422 1992294400 134512640 135709839 4294956240 18446744073709551615 134572719 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 98922 98422 136 292 0 98627 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 395688

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1412432/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=453728 CPUtime=462.12
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 113206 0 0 0 46050 162 0 0 25 0 1 0 72484350 464617472 112925 1992294400 134512640 135709839 4294956240 18446744073709551615 134518383 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 113432 112925 136 292 0 113137 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 453728

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1339216/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=528384 CPUtime=522.09
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 131855 0 0 0 52024 185 0 0 25 0 1 0 72484350 541065216 131574 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 132096 131574 136 292 0 131801 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 528384

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1275856/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=590068 CPUtime=582.07
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 147232 0 0 0 58004 203 0 0 25 0 1 0 72484350 604229632 146951 1992294400 134512640 135709839 4294956240 18446744073709551615 134518415 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 147517 146951 136 292 0 147222 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 590068

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=1202512/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=662928 CPUtime=642.06
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 165439 0 0 0 63983 223 0 0 25 0 1 0 72484350 678838272 165158 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 165732 165158 136 292 0 165437 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 662928

[startup+702.302 s]

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

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=896784/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=969340 CPUtime=941.94
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 241975 0 0 0 93870 324 0 0 25 0 1 0 72484350 992604160 241694 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 242335 241694 136 292 0 242040 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 969340

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=815312/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1049820 CPUtime=1001.91
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 262096 0 0 0 99846 345 0 0 25 0 1 0 72484350 1075015680 261815 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 262455 261815 136 292 0 262160 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 1049820

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=760464/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1105108 CPUtime=1061.89
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 275896 0 0 0 105825 364 0 0 25 0 1 0 72484350 1131630592 275615 1992294400 134512640 135709839 4294956240 18446744073709551615 134572844 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 276277 275615 136 292 0 275982 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 1105108

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=712656/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1152348 CPUtime=1121.87
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 287706 0 0 0 111804 383 0 0 25 0 1 0 72484350 1180004352 287425 1992294400 134512640 135709839 4294956240 18446744073709551615 134573780 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 288087 287425 136 292 0 287792 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 1152348

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=658192/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1207016 CPUtime=1181.85
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 301382 0 0 0 117782 403 0 0 25 0 1 0 72484350 1235984384 301101 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 301754 301101 136 292 0 301459 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 1207016

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=596368/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1268560 CPUtime=1241.83
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 316754 0 0 0 123760 423 0 0 25 0 1 0 72484350 1299005440 316473 1992294400 134512640 135709839 4294956240 18446744073709551615 134573938 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 317140 316473 136 292 0 316845 0
Current children cumulated CPU time (s) 1241.83
Current children cumulated vsize (KiB) 1268560

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=533648/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1330720 CPUtime=1301.81
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 332279 0 0 0 129739 442 0 0 25 0 1 0 72484350 1362657280 331998 1992294400 134512640 135709839 4294956240 18446744073709551615 134517505 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 332680 331998 136 292 0 332385 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 1330720

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=465488/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1399364 CPUtime=1361.78
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 349425 0 0 0 135714 464 0 0 25 0 1 0 72484350 1432948736 349144 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 349841 349144 136 292 0 349546 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 1399364

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=400848/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1463368 CPUtime=1421.76
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 365425 0 0 0 141693 483 0 0 25 0 1 0 72484350 1498488832 365144 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 365842 365144 136 292 0 365547 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 1463368

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=340112/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1524320 CPUtime=1481.73
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 380667 0 0 0 147670 503 0 0 25 0 1 0 72484350 1560903680 380386 1992294400 134512640 135709839 4294956240 18446744073709551615 134573759 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 381080 380386 136 292 0 380785 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 1524320

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=270352/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1593704 CPUtime=1541.71
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 397994 0 0 0 153647 524 0 0 25 0 1 0 72484350 1631952896 397713 1992294400 134512640 135709839 4294956240 18446744073709551615 134573759 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 398426 397713 136 292 0 398131 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 1593704

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=214224/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1650396 CPUtime=1601.69
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 412174 0 0 0 159625 544 0 0 25 0 1 0 72484350 1690005504 411893 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 412599 411893 136 292 0 412304 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 1650396

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=156624/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1707480 CPUtime=1661.66
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 426435 0 0 0 165607 559 0 0 25 0 1 0 72484350 1748459520 426154 1992294400 134512640 135709839 4294956240 18446744073709551615 134518383 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 426870 426154 136 292 0 426575 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 1707480

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=97744/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1766892 CPUtime=1721.65
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 441284 0 0 0 171587 578 0 0 25 0 1 0 72484350 1809297408 441003 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 441723 441003 136 292 0 441428 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 1766892

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=38224/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1825544 CPUtime=1781.62
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 455925 0 0 0 177566 596 0 0 25 0 1 0 72484350 1869357056 455644 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 456386 455644 136 292 0 456091 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 1825544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=22608/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=1840808 CPUtime=1800.02
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4194304 459749 0 0 0 179402 600 0 0 25 0 1 0 72484350 1884987392 459468 1992294400 134512640 135709839 4294956240 18446744073709551615 134517168 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 460202 459468 136 292 0 459907 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1840808

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

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

[startup+1800.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=22608/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=0 CPUtime=1800.11
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4195332 459749 0 0 0 179402 609 0 0 25 0 1 0 72484350 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10337
/proc/meminfo: memFree=22608/2055920 swapFree=4191900/4192956
[pid=10336] ppid=10334 vsize=0 CPUtime=1800.21
/proc/10336/stat : 10336 (wbo) R 10334 10336 8935 0 -1 4195332 459749 0 0 0 179402 619 0 0 25 0 1 0 72484350 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/10336/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.99
CPU time (s): 1800.31
CPU user time (s): 1794.03
CPU system time (s): 6.28004
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 1840808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 6.28005
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 459749
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= 2
involuntary context switches= 3493

runsolver used 1.35479 second user time and 3.74943 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-17 02:11:54
IDJOB=1875318
IDBENCH=48158
IDSOLVER=698
FILE ID=node33/1875318-1245197514
PBS_JOBID= 9368299
Free space on /tmp= 65952 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_3.opb
COMMAND LINE= wbo -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1875318-1245197514/watcher-1875318-1245197514 -o /tmp/evaluation-result-1875318-1245197514/solver-1875318-1245197514 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1875318-1245197514.opb

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=492923654

node33.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.261
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.261
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1865208 kB
Buffers:         45688 kB
Cached:          89520 kB
SwapCached:        384 kB
Active:          83820 kB
Inactive:        64860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865208 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            27972 kB
Committed_AS:   147076 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1875318-1245197514.opb

Free space on /tmp at the end= 65948 MiB
End job on node33 at 2009-06-17 02:41:57