Trace number 1875412

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.24 1800.71

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_2.opb
MD5SUM3576405369e31b0bc5c7707d6d764dde
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-14
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -16
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

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-1875412-1245208730.opb.
0.00/0.00	c Instance file HOME/instance-1875412-1245208730.opb
0.00/0.00	c File size is 257826 bytes.
0.00/0.03	c Highest Coefficient sum: 200
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.04         s                                      |
0.00/0.04	c |  Number Variables:      3274                                                |
0.00/0.04	c |  Number Clauses:        3274                                                |
0.00/0.04	c |  Number Cardinality:    202                                                 |
0.00/0.04	c |  Number PB Constraints: 3074                                                |
0.00/0.04	c core #1
0.00/0.04	c Core size: 201	Core Weight: 1	Total Weight: -99
0.00/0.04	c Elapsed CPU time: 0.036994 s	Remaining CPU time: 1799.96 s
0.00/0.05	c ============================[ Search Statistics ]==============================
0.00/0.05	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.05	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.05	c ===============================================================================
0.00/0.05	c |         0 |    3374     6551    25492 |     5000        0    nan |  0.000 % |
0.00/0.07	c |       100 |    3374     6551    25492 |     5500      100     36 |  1.156 % |
0.00/0.07	c ===============================================================================
0.00/0.07	c core #2
0.00/0.07	c Core size: 276	Core Weight: 1	Total Weight: -98
0.00/0.07	c Elapsed CPU time: 0.072988 s	Remaining CPU time: 1799.93 s
0.00/0.09	c Learning 26 hard constraints
0.00/0.09	c ============================[ Search Statistics ]==============================
0.00/0.09	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.09	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.09	c ===============================================================================
0.00/0.09	c |         0 |    3462     6578    25746 |     5000        0    nan |  0.000 % |
0.09/0.11	c |       100 |    3462     6578    25746 |     5500      100     64 |  0.029 % |
0.09/0.15	c |       250 |    3460     6578    25746 |     6050      249     60 |  0.896 % |
0.09/0.19	c |       476 |    3429     6578    25746 |     6655      436     62 |  1.996 % |
0.19/0.26	c |       814 |    3393     6578    25746 |     7320      751     60 |  1.994 % |
0.29/0.39	c |      1321 |    3093     6578    25746 |     8052     1074     64 | 15.540 % |
0.49/0.57	c |      2080 |    2771     6578    25746 |     8857     1516     70 | 26.026 % |
0.79/0.89	c ===============================================================================
0.89/0.91	c core #3
0.89/0.91	c Core size: 453	Core Weight: 1	Total Weight: -97
0.89/0.91	c Elapsed CPU time: 0.893864 s	Remaining CPU time: 1799.11 s
0.89/0.93	c Learning 25 hard constraints
0.89/0.93	c ============================[ Search Statistics ]==============================
0.89/0.93	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.89/0.93	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.89/0.93	c ===============================================================================
0.89/0.93	c |         0 |    3561     6604    27084 |     5000        0    nan |  0.000 % |
0.89/0.96	c |       100 |    3561     6604    27084 |     5500      100    104 |  0.000 % |
0.99/1.00	c |       275 |    3561     6604    27084 |     6050      275     83 |  0.000 % |
0.99/1.06	c |       500 |    3561     6604    27084 |     6655      500     73 |  0.000 % |
1.09/1.15	c |       838 |    3561     6604    27084 |     7320      838     63 |  0.000 % |
1.20/1.28	c |      1378 |    3561     6604    27084 |     8052     1378     66 |  0.000 % |
1.49/1.50	c |      2140 |    3561     6604    27084 |     8857     2140     61 |  0.001 % |
1.79/1.85	c |      3280 |    3561     6604    27084 |     9743     3280     61 |  0.001 % |
2.39/2.41	c |      4989 |    3561     6604    27084 |    10717     4989     63 |  0.000 % |
3.29/3.35	c |      7552 |    3561     6604    27084 |    11789     7552     63 |  0.000 % |
4.79/4.85	c |     11397 |    3561     6604    27084 |    12968    11397     65 |  0.016 % |
7.19/7.27	c |     17165 |    3561     6604    27084 |    14265    10293     59 |  0.000 % |
10.39/10.47	c ===============================================================================
10.79/10.88	c core #4
10.79/10.88	c Core size: 1540	Core Weight: 1	Total Weight: -96
10.79/10.88	c Elapsed CPU time: 10.7564 s	Remaining CPU time: 1789.24 s
10.89/10.92	c Learning 1150 hard constraints
10.89/10.92	c ============================[ Search Statistics ]==============================
10.89/10.92	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.89/10.92	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
10.89/10.92	c ===============================================================================
10.89/10.92	c |         0 |    3661     7755    39692 |     5000        0    nan |  0.000 % |
10.89/10.96	c |       100 |    3661     7755    39692 |     5500      100    159 |  0.000 % |
10.89/11.00	c |       251 |    3661     7755    39692 |     6050      251    110 |  0.000 % |
10.99/11.01	c |       476 |    3661     7755    39692 |     6655      476     62 |  0.000 % |
11.09/11.12	c |       814 |    3661     7755    39692 |     7320      814     65 |  0.000 % |
11.18/11.28	c |      1320 |    3661     7755    39692 |     8052     1320     81 |  0.000 % |
11.49/11.53	c |      2079 |    3661     7755    39692 |     8857     2079     86 |  0.000 % |
11.89/11.97	c |      3218 |    3661     7755    39692 |     9743     3218     83 |  0.000 % |
12.79/12.83	c |      4926 |    3661     7755    39692 |    10717     4926     80 |  0.000 % |
13.99/14.04	c |      7490 |    3661     7755    39692 |    11789     7490     86 |  0.000 % |
15.78/15.90	c |     11334 |    3661     7755    39692 |    12968    11334     88 |  0.000 % |
18.89/18.95	c |     17100 |    3661     7755    39692 |    14265    10168     75 |  0.000 % |
23.09/23.11	c |     25751 |    3661     7755    39692 |    15692    11542     59 |  0.001 % |
29.69/29.73	c |     38728 |    3621     7755    39692 |    17261     8473     59 |  1.093 % |
36.68/36.76	c ===============================================================================
37.78/37.81	c core #5
37.78/37.81	c Core size: 2954	Core Weight: 1	Total Weight: -95
37.78/37.81	c Elapsed CPU time: 37.4773 s	Remaining CPU time: 1762.52 s
37.88/37.93	c Learning 3957 hard constraints
37.88/37.93	c ============================[ Search Statistics ]==============================
37.88/37.93	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.88/37.93	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
37.88/37.93	c ===============================================================================
37.88/37.93	c |         0 |    3758    11713   296653 |     5000        0    nan |  0.000 % |
37.88/37.99	c |       100 |    3758    11713   296653 |     5500      100    155 |  0.000 % |
37.97/38.03	c |       255 |    3758    11713   296653 |     6050      255    142 |  0.000 % |
37.97/38.08	c |       481 |    3758    11713   296653 |     6655      481    106 |  0.000 % |
38.18/38.22	c |       819 |    3758    11713   296653 |     7320      819    114 |  0.000 % |
38.38/38.47	c |      1326 |    3758    11713   296653 |     8052     1326    117 |  0.000 % |
38.88/38.95	c |      2089 |    3758    11713   296653 |     8857     2089    116 |  0.000 % |
39.18/39.23	c |      3230 |    3758    11713   296653 |     9743     3230    100 |  0.000 % |
40.08/40.13	c |      4938 |    3758    11713   296653 |    10717     4938     89 |  0.000 % |
41.47/41.53	c |      7500 |    3758    11713   296653 |    11789     7500     91 |  0.000 % |
43.88/43.91	c |     11345 |    3758    11713   296653 |    12968    11345     90 |  0.000 % |
47.17/47.23	c |     17111 |    3758    11713   296653 |    14265    10170     75 |  0.000 % |
52.28/52.30	c |     25760 |    3758    11713   296653 |    15692    11508     77 |  0.000 % |
58.98/59.09	c |     38734 |    3758    11713   296653 |    17261    15570     86 |  0.000 % |
69.77/69.83	c |     58199 |    3758    11713   296653 |    18987    16972     76 |  0.000 % |
86.26/86.36	c |     87392 |    3758    11713   296653 |    20886    15682     89 |  0.000 % |
113.06/113.15	c |    131181 |    3758    11713   296653 |    22974    14807     78 |  0.000 % |
152.44/152.52	c |    196865 |    3758    11713   296653 |    25272    15890     86 |  0.000 % |
209.74/209.80	c |    295393 |    3758    11713   296653 |    27799    22374     95 |  0.000 % |
302.41/302.59	c |    443182 |    3758    11713   296653 |    30579    13079     80 |  0.000 % |
452.37/452.58	c |    664865 |    3758    11713   296653 |    33637    20397     73 |  0.000 % |
687.41/687.66	c |    997392 |    3758    11713   296653 |    37001    14959     89 |  0.000 % |
1052.91/1053.23	c |   1496180 |    3654    11713   296653 |    40701    24575     86 |  2.768 % |
1638.26/1638.76	c |   2244362 |    3347    11713   296653 |    44771    16058     99 | 10.940 % |

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-1875412-1245208730/watcher-1875412-1245208730 -o /tmp/evaluation-result-1875412-1245208730/solver-1875412-1245208730 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1875412-1245208730.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 10920
/proc/meminfo: memFree=1859464/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=2928 CPUtime=0
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 251 0 0 0 0 0 0 0 18 0 1 0 188470244 2998272 235 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 732 236 125 292 0 374 0

[startup+0.101825 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10920
/proc/meminfo: memFree=1859464/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=5236 CPUtime=0.09
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 945 0 0 0 9 0 0 0 18 0 1 0 188470244 5361664 866 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 1309 866 136 292 0 1014 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5236

[startup+0.201836 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10920
/proc/meminfo: memFree=1859464/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=5236 CPUtime=0.19
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 949 0 0 0 19 0 0 0 18 0 1 0 188470244 5361664 870 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 1309 870 136 292 0 1014 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5236

[startup+0.301847 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10920
/proc/meminfo: memFree=1859464/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=5500 CPUtime=0.29
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 1012 0 0 0 28 1 0 0 19 0 1 0 188470244 5632000 933 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 1375 933 136 292 0 1080 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5500

[startup+0.70189 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 10920
/proc/meminfo: memFree=1859464/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=6404 CPUtime=0.69
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 1252 0 0 0 67 2 0 0 22 0 1 0 188470244 6557696 1173 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 1601 1173 136 292 0 1306 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6404

[startup+1.50198 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1853888/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=7800 CPUtime=1.49
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 1593 0 0 0 146 3 0 0 25 0 1 0 188470244 7987200 1514 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 1950 1514 136 292 0 1655 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7800

[startup+3.10115 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1852928/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=10260 CPUtime=3.09
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 2205 0 0 0 304 5 0 0 25 0 1 0 188470244 10506240 2126 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 2565 2126 136 292 0 2270 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10260

[startup+6.30151 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1847232/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=15216 CPUtime=6.29
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 3447 0 0 0 621 8 0 0 25 0 1 0 188470244 15581184 3368 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 3804 3368 136 292 0 3509 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15216

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1838984/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=22512 CPUtime=12.69
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 5265 0 0 0 1255 14 0 0 25 0 1 0 188470244 23052288 5186 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 5628 5186 136 292 0 5333 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22512

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1830344/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=31492 CPUtime=25.48
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 7505 0 0 0 2525 23 0 0 25 0 1 0 188470244 32247808 7426 1992294400 134512640 135709839 4294956240 18446744073709551615 134572576 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 7873 7426 136 292 0 7578 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31492

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1814088/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=47512 CPUtime=51.08
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 11527 0 0 0 5067 41 0 0 25 0 1 0 188470244 48652288 11448 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 11878 11448 136 292 0 11583 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47512

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1763528/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=98028 CPUtime=102.26
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 24141 0 0 0 10153 73 0 0 25 0 1 0 188470244 100380672 24062 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 24507 24062 136 292 0 24212 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 98028

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1709960/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=151940 CPUtime=162.24
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 37613 0 0 0 16117 107 0 0 25 0 1 0 188470244 155586560 37534 1992294400 134512640 135709839 4294956240 18446744073709551615 134518144 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 37985 37534 136 292 0 37690 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 151940

[startup+222.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1655560/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=205944 CPUtime=222.23
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 51082 0 0 0 22082 141 0 0 25 0 1 0 188470244 210886656 51003 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 51486 51003 136 292 0 51191 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 205944

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1608008/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=253940 CPUtime=282.22
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 63057 0 0 0 28049 173 0 0 25 0 1 0 188470244 260034560 62978 1992294400 134512640 135709839 4294956240 18446744073709551615 134573869 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 63485 62978 136 292 0 63190 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 253940

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1560840/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=300572 CPUtime=342.2
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 74694 0 0 0 34015 205 0 0 25 0 1 0 188470244 307785728 74615 1992294400 134512640 135709839 4294956240 18446744073709551615 134574300 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 75143 74615 136 292 0 74848 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 300572

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1513544/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=348184 CPUtime=402.18
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 86591 0 0 0 39982 236 0 0 25 0 1 0 188470244 356540416 86512 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 87046 86512 136 292 0 86751 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 348184

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 10921
/proc/meminfo: memFree=1468936/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=392348 CPUtime=462.17
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 97629 0 0 0 45950 267 0 0 25 0 1 0 188470244 401764352 97550 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 98087 97550 136 292 0 97792 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 392348

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1424136/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=437448 CPUtime=522.16
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 108885 0 0 0 51917 299 0 0 25 0 1 0 188470244 447946752 108806 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 109362 108806 136 292 0 109067 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 437448

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1376392/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=484852 CPUtime=582.14
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 120718 0 0 0 57886 328 0 0 25 0 1 0 188470244 496488448 120639 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 121213 120639 136 292 0 120918 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 484852

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1329736/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=531936 CPUtime=642.12
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 132481 0 0 0 63853 359 0 0 25 0 1 0 188470244 544702464 132402 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 132984 132402 136 292 0 132689 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 531936

[startup+702.301 s]

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

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1148680/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=711760 CPUtime=882.06
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 177437 0 0 0 87734 472 0 0 25 0 1 0 188470244 728842240 177358 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 177940 177358 136 292 0 177645 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 711760

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 10921
/proc/meminfo: memFree=1104968/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=755752 CPUtime=942.04
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 188426 0 0 0 93704 500 0 0 25 0 1 0 188470244 773890048 188347 1992294400 134512640 135709839 4294956240 18446744073709551615 134573921 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 188938 188347 136 292 0 188643 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 755752

[startup+1002.3 s]
/proc/loadavg: 1.06 1.00 1.00 2/65 10921
/proc/meminfo: memFree=1061768/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=798596 CPUtime=1002.02
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 199108 0 0 0 99673 529 0 0 25 0 1 0 188470244 817762304 199029 1992294400 134512640 135709839 4294956240 18446744073709551615 134568271 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 199649 199029 136 292 0 199354 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 798596

[startup+1062.3 s]
/proc/loadavg: 1.07 1.01 1.00 2/65 10921
/proc/meminfo: memFree=1021128/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=839556 CPUtime=1062
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 209347 0 0 0 105642 558 0 0 25 0 1 0 188470244 859705344 209268 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 209889 209268 136 292 0 209594 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 839556

[startup+1122.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 10921
/proc/meminfo: memFree=977928/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=882436 CPUtime=1121.99
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 220043 0 0 0 111616 583 0 0 25 0 1 0 188470244 903614464 219964 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 220609 219964 136 292 0 220314 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 882436

[startup+1182.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 10921
/proc/meminfo: memFree=940680/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=920192 CPUtime=1181.98
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 229444 0 0 0 117591 607 0 0 25 0 1 0 188470244 942276608 229365 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 230048 229365 136 292 0 229753 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 920192

[startup+1242.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 10921
/proc/meminfo: memFree=900360/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=960128 CPUtime=1241.96
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 239430 0 0 0 123561 635 0 0 25 0 1 0 188470244 983171072 239351 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 240032 239351 136 292 0 239737 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 960128

[startup+1302.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 10921
/proc/meminfo: memFree=858440/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=1002024 CPUtime=1301.95
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 249914 0 0 0 129528 667 0 0 25 0 1 0 188470244 1026072576 249835 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 250506 249835 136 292 0 250211 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1002024

[startup+1362.3 s]
/proc/loadavg: 1.06 1.05 1.00 2/65 10921
/proc/meminfo: memFree=815816/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=1044524 CPUtime=1361.93
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 260524 0 0 0 135498 695 0 0 25 0 1 0 188470244 1069592576 260445 1992294400 134512640 135709839 4294956240 18446744073709551615 134573869 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 261131 260445 136 292 0 260836 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1044524

[startup+1422.3 s]
/proc/loadavg: 1.13 1.07 1.01 2/65 10921
/proc/meminfo: memFree=768392/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=1091392 CPUtime=1421.92
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 272242 0 0 0 141466 726 0 0 25 0 1 0 188470244 1117585408 272163 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 272848 272163 136 292 0 272553 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1091392

[startup+1482.3 s]
/proc/loadavg: 1.16 1.08 1.01 2/65 10921
/proc/meminfo: memFree=731848/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=1128160 CPUtime=1481.89
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 281432 0 0 0 147434 755 0 0 25 0 1 0 188470244 1155235840 281353 1992294400 134512640 135709839 4294956240 18446744073709551615 134573769 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 282040 281353 136 292 0 281745 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 1128160

[startup+1542.31 s]
/proc/loadavg: 1.16 1.10 1.02 2/65 10921
/proc/meminfo: memFree=689736/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=1169940 CPUtime=1541.89
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 291884 0 0 0 153403 786 0 0 25 0 1 0 188470244 1198018560 291805 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 292485 291805 136 292 0 292190 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1169940

[startup+1602.3 s]
/proc/loadavg: 1.12 1.09 1.01 2/65 10921
/proc/meminfo: memFree=645128/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=1214980 CPUtime=1601.86
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 303138 0 0 0 159370 816 0 0 25 0 1 0 188470244 1244139520 303059 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 303745 303059 136 292 0 303450 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1214980

[startup+1662.3 s]
/proc/loadavg: 1.10 1.09 1.01 2/65 10921
/proc/meminfo: memFree=604552/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=1255036 CPUtime=1661.85
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 313113 0 0 0 165344 841 0 0 25 0 1 0 188470244 1285156864 313034 1992294400 134512640 135709839 4294956240 18446744073709551615 134573921 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 313759 313034 136 292 0 313464 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1255036

[startup+1722.3 s]
/proc/loadavg: 1.04 1.07 1.01 2/65 10921
/proc/meminfo: memFree=566856/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=1292968 CPUtime=1721.83
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 322590 0 0 0 171316 867 0 0 25 0 1 0 188470244 1323999232 322511 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 323242 322511 136 292 0 322947 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 1292968

[startup+1782.3 s]
/proc/loadavg: 1.01 1.05 1.00 2/65 10921
/proc/meminfo: memFree=526088/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=1333500 CPUtime=1781.82
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 332705 0 0 0 177286 896 0 0 25 0 1 0 188470244 1365504000 332626 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 333375 332626 136 292 0 333080 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1333500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.01 1.05 1.00 2/65 10921
/proc/meminfo: memFree=514184/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=1345200 CPUtime=1800.02
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4194304 335626 0 0 0 179098 904 0 0 25 0 1 0 188470244 1377484800 335547 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 336300 335547 136 292 0 336005 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1345200

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

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

[startup+1800.7 s]
/proc/loadavg: 1.01 1.05 1.00 2/66 10922
/proc/meminfo: memFree=1774848/2055920 swapFree=4181916/4192956
[pid=10920] ppid=10918 vsize=0 CPUtime=1800.22
/proc/10920/stat : 10920 (wbo) R 10918 10920 10801 0 -1 4195332 335626 0 0 0 179098 924 0 0 25 0 1 0 188470244 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/10920/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.71
CPU time (s): 1800.24
CPU user time (s): 1790.99
CPU system time (s): 9.25159
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 1345200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.99
system time used= 9.25159
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335626
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= 1993

runsolver used 1.17082 second user time and 3.9244 second system time

The end

Launcher Data

Begin job on node37 at 2009-06-17 05:18:50
IDJOB=1875412
IDBENCH=48252
IDSOLVER=698
FILE ID=node37/1875412-1245208730
PBS_JOBID= 9368391
Free space on /tmp= 66168 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_2.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-1875412-1245208730/watcher-1875412-1245208730 -o /tmp/evaluation-result-1875412-1245208730/solver-1875412-1245208730 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1875412-1245208730.opb

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

MD5SUM BENCH= 3576405369e31b0bc5c7707d6d764dde
RANDOM SEED=666553638

node37.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.232
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.232
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:       1860136 kB
Buffers:         17576 kB
Cached:          93732 kB
SwapCached:       5040 kB
Active:          12904 kB
Inactive:       106440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860136 kB
SwapTotal:     4192956 kB
SwapFree:      4181916 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:          14280 kB
Slab:            62484 kB
Committed_AS:   177940 kB
PageTables:       1376 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-1875412-1245208730.opb

Free space on /tmp at the end= 66164 MiB
End job on node37 at 2009-06-17 05:48:53