Trace number 1875434

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.29 1801.26

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_4.opb
MD5SUMedb32574ecafd14c2d1410b208d85a45
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-27
Best CPU time to get the best result obtained on this benchmark1797.43
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
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)2516
Sum of products size (including duplicates)5032
Number of different products1258
Sum of products size2516

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-1875434-1245211514.opb.
0.00/0.00	c Instance file HOME/instance-1875434-1245211514.opb
0.00/0.00	c File size is 107458 bytes.
0.00/0.01	c Highest Coefficient sum: 200
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      1458                                                |
0.00/0.01	c |  Number Clauses:        1458                                                |
0.00/0.01	c |  Number Cardinality:    202                                                 |
0.00/0.01	c |  Number PB Constraints: 1258                                                |
0.00/0.01	c core #1
0.00/0.01	c Core size: 201	Core Weight: 1	Total Weight: -99
0.00/0.01	c Elapsed CPU time: 0.013997 s	Remaining CPU time: 1799.99 s
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.02	c ===============================================================================
0.00/0.02	c |         0 |    1558     2919    10964 |     5000        0    nan |  0.000 % |
0.00/0.03	c |       100 |    1558     2919    10964 |     5500      100     42 |  1.093 % |
0.00/0.04	c ===============================================================================
0.00/0.04	c core #2
0.00/0.04	c Core size: 264	Core Weight: 1	Total Weight: -98
0.00/0.04	c Elapsed CPU time: 0.040993 s	Remaining CPU time: 1799.96 s
0.00/0.04	c Learning 20 hard constraints
0.00/0.04	c ============================[ Search Statistics ]==============================
0.00/0.04	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.04	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.04	c ===============================================================================
0.00/0.04	c |         0 |    1638     2940    11184 |     5000        0    nan |  0.000 % |
0.00/0.06	c |       101 |    1618     2940    11184 |     5500       98     55 |  2.870 % |
0.06/0.08	c |       251 |    1616     2940    11184 |     6050      248     58 |  3.663 % |
0.09/0.12	c |       476 |    1563     2940    11184 |     6655      392     55 |  7.085 % |
0.09/0.18	c |       813 |    1563     2940    11184 |     7320      729     63 |  7.082 % |
0.19/0.28	c |      1319 |    1439     2940    11184 |     8052     1115     63 | 14.286 % |
0.39/0.44	c |      2078 |    1424     2940    11184 |     8857     1874     62 | 22.530 % |
0.49/0.53	c ===============================================================================
0.49/0.55	c core #3
0.49/0.55	c Core size: 448	Core Weight: 1	Total Weight: -97
0.49/0.55	c Elapsed CPU time: 0.537918 s	Remaining CPU time: 1799.46 s
0.49/0.56	c Learning 45 hard constraints
0.49/0.56	c ============================[ Search Statistics ]==============================
0.49/0.56	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.56	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.49/0.56	c ===============================================================================
0.49/0.56	c |         0 |    1733     2986    12186 |     5000        0    nan |  0.000 % |
0.49/0.57	c |       100 |    1733     2986    12186 |     5500      100    128 |  0.000 % |
0.59/0.61	c |       250 |    1733     2986    12186 |     6050      250     92 |  0.000 % |
0.59/0.65	c |       476 |    1733     2986    12186 |     6655      476     79 |  0.000 % |
0.69/0.76	c |       846 |    1733     2986    12186 |     7320      846     70 |  0.001 % |
0.79/0.87	c |      1352 |    1733     2986    12186 |     8052     1352     73 |  0.001 % |
0.99/1.06	c |      2112 |    1733     2986    12186 |     8857     2112     75 |  0.001 % |
1.29/1.37	c |      3267 |    1733     2986    12186 |     9743     3267     72 |  0.002 % |
1.69/1.79	c |      4975 |    1733     2986    12186 |    10717     4975     73 |  0.002 % |
2.49/2.50	c |      7537 |    1733     2986    12186 |    11789     7537     73 |  0.001 % |
3.69/3.80	c |     11381 |    1733     2986    12186 |    12968    11381     74 |  0.001 % |
5.59/5.66	c |     17147 |    1733     2986    12186 |    14265    10465     66 |  0.001 % |
8.28/8.33	c |     25798 |    1733     2986    12186 |    15692    11890     61 |  0.001 % |
12.38/12.46	c |     38772 |    1683     2986    12186 |    17261    11652     60 |  2.886 % |
16.49/16.51	c ===============================================================================
17.28/17.39	c core #4
17.28/17.39	c Core size: 1111	Core Weight: 1	Total Weight: -96
17.28/17.39	c Elapsed CPU time: 17.1684 s	Remaining CPU time: 1782.83 s
17.38/17.45	c Learning 347 hard constraints
17.38/17.45	c ============================[ Search Statistics ]==============================
17.38/17.45	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.38/17.45	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
17.38/17.45	c ===============================================================================
17.38/17.45	c |         0 |    1833     3334    21324 |     5000        0    nan |  0.000 % |
17.38/17.49	c |       100 |    1833     3334    21324 |     5500      100    145 |  0.000 % |
17.48/17.53	c |       251 |    1833     3334    21324 |     6050      251    117 |  0.000 % |
17.48/17.56	c |       476 |    1833     3334    21324 |     6655      476     69 |  0.000 % |
17.58/17.65	c |       814 |    1833     3334    21324 |     7320      814     92 |  0.000 % |
17.68/17.78	c |      1321 |    1833     3334    21324 |     8052     1321     96 |  0.000 % |
17.98/18.08	c |      2080 |    1833     3334    21324 |     8857     2080     97 |  0.000 % |
18.38/18.44	c |      3222 |    1833     3334    21324 |     9743     3222    103 |  0.000 % |
18.98/19.06	c |      4937 |    1833     3334    21324 |    10717     4937    102 |  0.000 % |
19.97/20.04	c |      7499 |    1833     3334    21324 |    11789     7499    103 |  0.000 % |
21.47/21.57	c |     11343 |    1833     3334    21324 |    12968    11343    107 |  0.000 % |
23.98/24.09	c |     17109 |    1833     3334    21324 |    14265    10561    114 |  0.000 % |
27.58/27.66	c |     25758 |    1833     3334    21324 |    15692    11732    120 |  0.000 % |
32.77/32.86	c |     38732 |    1833     3334    21324 |    17261     8578     78 |  0.000 % |
40.17/40.24	c |     58194 |    1833     3334    21324 |    18987    10224     66 |  0.000 % |
51.57/51.67	c |     87386 |    1833     3334    21324 |    20886    10161     91 |  0.000 % |
69.85/69.97	c |    131176 |    1819     3334    21324 |    22974    13398     83 |  0.764 % |
100.24/100.33	c |    196861 |    1698     3334    21324 |    25272    15744     75 |  7.365 % |
115.73/115.86	c ===============================================================================
121.03/121.19	c core #5
121.03/121.19	c Core size: 1902	Core Weight: 1	Total Weight: -95
121.03/121.19	c Elapsed CPU time: 120.082 s	Remaining CPU time: 1679.92 s
121.33/121.45	c Learning 1669 hard constraints
121.33/121.45	c ============================[ Search Statistics ]==============================
121.33/121.45	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
121.33/121.45	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
121.33/121.45	c ===============================================================================
121.33/121.45	c |         0 |    1933     5004   166808 |     5000        0    nan |  0.000 % |
121.43/121.54	c |       100 |    1933     5004   166808 |     5500      100    161 |  0.000 % |
121.43/121.55	c |       254 |    1933     5004   166808 |     6050      254     71 |  0.000 % |
121.63/121.71	c |       479 |    1933     5004   166808 |     6655      479     80 |  0.000 % |
121.63/121.74	c |       816 |    1933     5004   166808 |     7320      816     53 |  0.000 % |
121.93/122.08	c |      1322 |    1933     5004   166808 |     8052     1322     72 |  0.000 % |
122.32/122.45	c |      2083 |    1933     5004   166808 |     8857     2083     88 |  0.000 % |
122.73/122.84	c |      3226 |    1933     5004   166808 |     9743     3226     83 |  0.000 % |
123.53/123.67	c |      4935 |    1933     5004   166808 |    10717     4935    106 |  0.000 % |
125.13/125.29	c |      7498 |    1933     5004   166808 |    11789     7498    118 |  0.000 % |
127.22/127.30	c |     11344 |    1933     5004   166808 |    12968    11344    120 |  0.000 % |
130.22/130.38	c |     17111 |    1933     5004   166808 |    14265    10421    124 |  0.000 % |
134.63/134.79	c |     25760 |    1933     5004   166808 |    15692    11737    145 |  0.000 % |
140.32/140.42	c |     38734 |    1933     5004   166808 |    17261     8438     88 |  0.000 % |
151.51/151.62	c |     58195 |    1933     5004   166808 |    18987     9880    139 |  0.000 % |
165.31/165.49	c |     87388 |    1933     5004   166808 |    20886    18982     92 |  0.000 % |
190.80/190.95	c |    131178 |    1933     5004   166808 |    22974    20086     91 |  0.000 % |
228.27/228.40	c |    196864 |    1933     5004   166808 |    25272    14176     92 |  0.000 % |
285.75/285.99	c |    295392 |    1933     5004   166808 |    27799    21326    101 |  0.000 % |
380.99/381.30	c |    443184 |    1933     5004   166808 |    30579    24279     89 |  0.000 % |
524.62/524.90	c |    664868 |    1933     5004   166808 |    33637    27965     89 |  0.000 % |
770.29/770.72	c |    997395 |    1933     5004   166808 |    37001    17237    107 |  0.000 % |
1131.87/1132.52	c |   1496190 |    1933     5004   166808 |    40701    24065    107 |  0.001 % |
1724.06/1725.01	c |   2244372 |    1932     5004   166808 |    44771    23654    133 |  0.052 % |

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-1875434-1245211514/watcher-1875434-1245211514 -o /tmp/evaluation-result-1875434-1245211514/solver-1875434-1245211514 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1875434-1245211514.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: 1.00 1.00 0.94 3/64 14195
/proc/meminfo: memFree=1322856/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=2776 CPUtime=0
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 248 0 0 0 0 0 0 0 18 0 1 0 188745292 2842624 232 1992294400 134512640 135709839 4294956240 18446744073709551615 134548059 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 694 232 127 292 0 372 0

[startup+0.0707039 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 14195
/proc/meminfo: memFree=1322856/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=3756 CPUtime=0.06
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 544 0 0 0 6 0 0 0 18 0 1 0 188745292 3846144 501 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 939 501 136 292 0 644 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3756

[startup+0.10171 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 14195
/proc/meminfo: memFree=1322856/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=3756 CPUtime=0.09
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 544 0 0 0 9 0 0 0 18 0 1 0 188745292 3846144 501 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 939 501 136 292 0 644 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3756

[startup+0.301753 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 14195
/proc/meminfo: memFree=1322856/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=4404 CPUtime=0.29
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 713 0 0 0 28 1 0 0 19 0 1 0 188745292 4509696 670 1992294400 134512640 135709839 4294956240 18446744073709551615 134577675 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 1101 670 136 292 0 806 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4404

[startup+0.701839 s]
/proc/loadavg: 1.00 1.00 0.94 3/64 14195
/proc/meminfo: memFree=1322856/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=5600 CPUtime=0.69
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 1009 0 0 0 68 1 0 0 23 0 1 0 188745292 5734400 966 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 1400 966 136 292 0 1105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5600

[startup+1.50201 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=1319520/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=6904 CPUtime=1.49
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 1331 0 0 0 146 3 0 0 25 0 1 0 188745292 7069696 1288 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 1726 1288 136 292 0 1431 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6904

[startup+3.10136 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=1316128/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=11536 CPUtime=3.09
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 2493 0 0 0 303 6 0 0 25 0 1 0 188745292 11812864 2450 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 2884 2450 136 292 0 2589 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11536

[startup+6.30204 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=1308192/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=18600 CPUtime=6.28
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 4255 0 0 0 619 9 0 0 25 0 1 0 188745292 19046400 4212 1992294400 134512640 135709839 4294956240 18446744073709551615 134518144 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 4650 4212 136 292 0 4355 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18600

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=1294048/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=32340 CPUtime=12.68
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 7684 0 0 0 1251 17 0 0 25 0 1 0 188745292 33116160 7641 1992294400 134512640 135709839 4294956240 18446744073709551615 134572388 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 8085 7641 136 292 0 7790 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32340

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=1284000/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=40952 CPUtime=25.47
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 9847 0 0 0 2518 29 0 0 25 0 1 0 188745292 41934848 9804 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 10238 9804 136 292 0 9943 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 40952

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=1240672/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=85480 CPUtime=51.06
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 20960 0 0 0 5051 55 0 0 25 0 1 0 188745292 87531520 20917 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 21370 20917 136 292 0 21075 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 85480

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=1170464/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=154496 CPUtime=102.24
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 38236 0 0 0 10126 98 0 0 25 0 1 0 188745292 158203904 38193 1992294400 134512640 135709839 4294956240 18446744073709551615 134573780 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 38624 38193 136 292 0 38329 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 154496

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=1143968/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=181508 CPUtime=162.2
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 44959 0 0 0 16086 134 0 0 25 0 1 0 188745292 185864192 44916 1992294400 134512640 135709839 4294956240 18446744073709551615 134517178 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 45377 44916 136 292 0 45082 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 181508

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=1081440/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=243628 CPUtime=222.18
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 60492 0 0 0 22047 171 0 0 25 0 1 0 188745292 249475072 60449 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 60907 60449 136 292 0 60612 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 243628

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=1013920/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=311724 CPUtime=282.15
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 77536 0 0 0 28004 211 0 0 25 0 1 0 188745292 319205376 77493 1992294400 134512640 135709839 4294956240 18446744073709551615 134518144 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 77931 77493 136 292 0 77636 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 311724

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=941664/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=383128 CPUtime=342.12
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 95359 0 0 0 33961 251 0 0 25 0 1 0 188745292 392323072 95316 1992294400 134512640 135709839 4294956240 18446744073709551615 134517504 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 95782 95316 136 292 0 95487 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 383128

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=877728/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=447620 CPUtime=402.09
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 111487 0 0 0 39923 286 0 0 25 0 1 0 188745292 458362880 111444 1992294400 134512640 135709839 4294956240 18446744073709551615 134517520 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 111905 111444 136 292 0 111610 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 447620

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=814496/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=510208 CPUtime=462.05
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 127109 0 0 0 45883 322 0 0 25 0 1 0 188745292 522452992 127066 1992294400 134512640 135709839 4294956240 18446744073709551615 134611867 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 127552 127066 136 292 0 127257 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 510208

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=756512/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=568708 CPUtime=522.03
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 141743 0 0 0 51843 360 0 0 25 0 1 0 188745292 582356992 141700 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 142177 141700 136 292 0 141882 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 568708

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=707296/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=617092 CPUtime=581.98
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 153843 0 0 0 57809 389 0 0 25 0 1 0 188745292 631902208 153800 1992294400 134512640 135709839 4294956240 18446744073709551615 134573921 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 154273 153800 136 292 0 153978 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 617092

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=661408/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=662616 CPUtime=641.96
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 165210 0 0 0 63780 416 0 0 25 0 1 0 188745292 678518784 165167 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 165654 165167 136 292 0 165359 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 662616

[startup+702.303 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=412000/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=911724 CPUtime=881.82
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 227475 0 0 0 87626 556 0 0 25 0 1 0 188745292 933605376 227432 1992294400 134512640 135709839 4294956240 18446744073709551615 134517510 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 227931 227432 136 292 0 227636 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 911724

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=356192/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=968156 CPUtime=941.79
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 241570 0 0 0 93588 591 0 0 25 0 1 0 188745292 991391744 241527 1992294400 134512640 135709839 4294956240 18446744073709551615 134573964 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 242039 241527 136 292 0 241744 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 968156

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=297888/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=1025800 CPUtime=1001.76
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 255963 0 0 0 99554 622 0 0 25 0 1 0 188745292 1050419200 255920 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 256450 255920 136 292 0 256155 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 1025800

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=249312/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=1075276 CPUtime=1061.71
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 268334 0 0 0 105516 655 0 0 25 0 1 0 188745292 1101082624 268291 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 268819 268291 136 292 0 268524 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 1075276

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=184544/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=1139140 CPUtime=1121.68
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 284292 0 0 0 111479 689 0 0 25 0 1 0 188745292 1166479360 284249 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 284785 284249 136 292 0 284490 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 1139140

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=124448/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=1199728 CPUtime=1181.65
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 299431 0 0 0 117439 726 0 0 25 0 1 0 188745292 1228521472 299388 1992294400 134512640 135709839 4294956240 18446744073709551615 134574285 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 299932 299388 136 292 0 299637 0
Current children cumulated CPU time (s) 1181.65
Current children cumulated vsize (KiB) 1199728

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=70688/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=1252760 CPUtime=1241.62
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 312688 0 0 0 123401 761 0 0 25 0 1 0 188745292 1282826240 312645 1992294400 134512640 135709839 4294956240 18446744073709551615 134573761 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 313190 312645 136 292 0 312895 0
Current children cumulated CPU time (s) 1241.62
Current children cumulated vsize (KiB) 1252760

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=19424/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=1303636 CPUtime=1301.59
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 325378 0 0 0 129370 789 0 0 25 0 1 0 188745292 1334923264 325335 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 325909 325335 136 292 0 325614 0
Current children cumulated CPU time (s) 1301.59
Current children cumulated vsize (KiB) 1303636

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=16288/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=1350332 CPUtime=1361.56
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 337033 0 0 0 135339 817 0 0 25 0 1 0 188745292 1382739968 336990 1992294400 134512640 135709839 4294956240 18446744073709551615 135171716 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 337583 336990 136 292 0 337288 0
Current children cumulated CPU time (s) 1361.56
Current children cumulated vsize (KiB) 1350332

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=15136/2055920 swapFree=4162004/4192956
[pid=14195] ppid=14193 vsize=1397064 CPUtime=1421.53
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 348713 0 0 0 141308 845 0 0 25 0 1 0 188745292 1430593536 348670 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 349266 348670 136 292 0 348971 0
Current children cumulated CPU time (s) 1421.53
Current children cumulated vsize (KiB) 1397064

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=15904/2055920 swapFree=4162124/4192956
[pid=14195] ppid=14193 vsize=1441876 CPUtime=1481.49
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 359918 0 0 0 147275 874 0 0 25 0 1 0 188745292 1476481024 359875 1992294400 134512640 135709839 4294956240 18446744073709551615 134573772 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 360469 359875 136 292 0 360174 0
Current children cumulated CPU time (s) 1481.49
Current children cumulated vsize (KiB) 1441876

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=14880/2055920 swapFree=4162124/4192956
[pid=14195] ppid=14193 vsize=1486528 CPUtime=1541.46
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 371093 0 0 0 153241 905 0 0 25 0 1 0 188745292 1522204672 371050 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 371632 371050 136 292 0 371337 0
Current children cumulated CPU time (s) 1541.46
Current children cumulated vsize (KiB) 1486528

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=15392/2055920 swapFree=4162124/4192956
[pid=14195] ppid=14193 vsize=1529768 CPUtime=1601.42
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 381901 0 0 0 159206 936 0 0 25 0 1 0 188745292 1566482432 381858 1992294400 134512640 135709839 4294956240 18446744073709551615 134517169 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 382442 381858 136 292 0 382147 0
Current children cumulated CPU time (s) 1601.42
Current children cumulated vsize (KiB) 1529768

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=15520/2055920 swapFree=4162124/4192956
[pid=14195] ppid=14193 vsize=1575296 CPUtime=1661.4
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 393276 0 0 0 165177 963 0 0 25 0 1 0 188745292 1613103104 393233 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 393824 393233 136 292 0 393529 0
Current children cumulated CPU time (s) 1661.4
Current children cumulated vsize (KiB) 1575296

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=16096/2055920 swapFree=4162124/4192956
[pid=14195] ppid=14193 vsize=1631444 CPUtime=1721.36
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 407296 0 0 0 171140 996 0 0 25 0 1 0 188745292 1670598656 407253 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 407861 407253 136 292 0 407566 0
Current children cumulated CPU time (s) 1721.36
Current children cumulated vsize (KiB) 1631444

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=16032/2055920 swapFree=4162124/4192956
[pid=14195] ppid=14193 vsize=1697544 CPUtime=1781.33
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 423832 0 0 0 177104 1029 0 0 25 0 1 0 188745292 1738285056 423789 1992294400 134512640 135709839 4294956240 18446744073709551615 134572299 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 424386 423789 136 292 0 424091 0
Current children cumulated CPU time (s) 1781.33
Current children cumulated vsize (KiB) 1697544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=14944/2055920 swapFree=4162124/4192956
[pid=14195] ppid=14193 vsize=1715604 CPUtime=1800.03
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4194304 428345 0 0 0 178964 1039 0 0 25 0 1 0 188745292 1756778496 428302 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 428901 428302 136 292 0 428606 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1715604

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

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

[startup+1801.2 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 14196
/proc/meminfo: memFree=14944/2055920 swapFree=4162124/4192956
[pid=14195] ppid=14193 vsize=0 CPUtime=1800.23
/proc/14195/stat : 14195 (wbo) R 14193 14195 14087 0 -1 4195332 428345 0 0 0 178964 1059 0 0 25 0 1 0 188745292 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/14195/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.26
CPU time (s): 1800.29
CPU user time (s): 1789.64
CPU system time (s): 10.6484
CPU usage (%): 99.9463
Max. virtual memory (cumulated for all children) (KiB): 1715604

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

runsolver used 1.85872 second user time and 4.70728 second system time

The end

Launcher Data

Begin job on node71 at 2009-06-17 06:05:14
IDJOB=1875434
IDBENCH=48274
IDSOLVER=698
FILE ID=node71/1875434-1245211514
PBS_JOBID= 9368410
Free space on /tmp= 66492 MiB

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

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

MD5SUM BENCH= edb32574ecafd14c2d1410b208d85a45
RANDOM SEED=1884118933

node71.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.277
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.277
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:       1323464 kB
Buffers:         85640 kB
Cached:         538844 kB
SwapCached:      26276 kB
Active:         171688 kB
Inactive:       481936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323464 kB
SwapTotal:     4192956 kB
SwapFree:      4162004 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:          13444 kB
Slab:            64808 kB
Committed_AS:    88928 kB
PageTables:       1440 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-1875434-1245211514.opb

Free space on /tmp at the end= 66488 MiB
End job on node71 at 2009-06-17 06:35:17