Trace number 2702605

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
wbo 1.4b (fixed)? (TO) 1800.16 1800.64

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_25_5.opb
MD5SUM1a8c058c181490cb899ec7074b22bfb3
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.08
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)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100610
0.00/0.00	c Parsing opb file format. File HOME/instance-2702605-1278578345.opb.
0.00/0.00	c Instance file HOME/instance-2702605-1278578345.opb
0.00/0.00	c File size is 256864 bytes.
0.00/0.04	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:      3262                                                |
0.00/0.04	c |  Number Clauses:        3162                                                |
0.00/0.04	c |  Number Cardinality:    202                                                 |
0.00/0.04	c |  Number PB Constraints: 3062                                                |
0.05/0.08	c ============================[ Search Statistics ]==============================
0.05/0.08	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.05/0.08	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.05/0.08	c ===============================================================================
0.05/0.08	c |         0 |    3262     6426    25096 |     5000        0    nan |  0.000 % |
0.05/0.08	c ===============================================================================
0.05/0.08	c New solution: 0
0.05/0.08	o 0
0.05/0.08	c Elapsed CPU time: 0.087986 s	Remaining CPU time: 179.912 s
0.05/0.08	c ===============================================================================
0.05/0.08	c |         0 |    3262     6427    25196 |     5000        0    nan |  0.000 % |
0.05/0.09	c ===============================================================================
0.05/0.09	c New solution: -1
0.05/0.09	o -1
0.05/0.09	c Elapsed CPU time: 0.091986 s	Remaining CPU time: 179.908 s
0.05/0.09	c ===============================================================================
0.05/0.09	c |         1 |    3262     6428    25296 |     5000        1    101 |  0.000 % |
0.05/0.09	c ===============================================================================
0.05/0.09	c New solution: -2
0.05/0.09	o -2
0.05/0.09	c Elapsed CPU time: 0.094985 s	Remaining CPU time: 179.905 s
0.05/0.09	c ===============================================================================
0.05/0.09	c |         3 |    3262     6429    25396 |     5000        3    165 |  0.000 % |
0.05/0.09	c ===============================================================================
0.05/0.09	c New solution: -3
0.05/0.09	o -3
0.05/0.09	c Elapsed CPU time: 0.096985 s	Remaining CPU time: 179.903 s
0.05/0.09	c ===============================================================================
0.05/0.09	c |         4 |    3262     6430    25496 |     5000        4    148 |  0.000 % |
0.09/0.11	c |       109 |    3262     6430    25496 |     5500      109    189 |  0.000 % |
0.09/0.13	c |       265 |    3262     6430    25496 |     6050      265    191 |  0.000 % |
0.09/0.17	c |       495 |    3262     6430    25496 |     6655      495    191 |  0.000 % |
0.19/0.23	c |       832 |    3262     6430    25496 |     7320      832    191 |  0.000 % |
0.29/0.33	c |      1346 |    3262     6430    25496 |     8052     1346    191 |  0.000 % |
0.29/0.33	c ===============================================================================
0.29/0.33	c New solution: -4
0.29/0.33	o -4
0.29/0.33	c Elapsed CPU time: 0.331949 s	Remaining CPU time: 179.668 s
0.29/0.33	c ===============================================================================
0.29/0.33	c |      1351 |    3262     6431    25596 |     5000     1351    190 |  0.000 % |
0.29/0.34	c ===============================================================================
0.29/0.34	c New solution: -5
0.29/0.34	o -5
0.29/0.34	c Elapsed CPU time: 0.338948 s	Remaining CPU time: 179.661 s
0.29/0.34	c ===============================================================================
0.29/0.34	c |      1352 |    3262     6432    25696 |     5000     1352    190 |  0.000 % |
0.29/0.37	c ===============================================================================
0.29/0.37	c New solution: -6
0.29/0.37	o -6
0.29/0.37	c Elapsed CPU time: 0.363944 s	Remaining CPU time: 179.636 s
0.29/0.37	c ===============================================================================
0.29/0.37	c |      1444 |    3262     6433    25796 |     5000     1444    186 |  0.000 % |
0.29/0.39	c |      1545 |    3262     6433    25796 |     5500     1545    186 |  0.000 % |
0.39/0.41	c |      1696 |    3262     6433    25796 |     6050     1696    186 |  0.000 % |
0.39/0.45	c |      1921 |    3262     6433    25796 |     6655     1921    186 |  0.000 % |
0.49/0.51	c |      2258 |    3262     6433    25796 |     7320     2258    185 |  0.000 % |
0.59/0.60	c |      2764 |    3262     6433    25796 |     8052     2764    184 |  0.000 % |
0.69/0.72	c ===============================================================================
0.69/0.72	c New solution: -7
0.69/0.72	o -7
0.69/0.72	c Elapsed CPU time: 0.706892 s	Remaining CPU time: 179.293 s
0.69/0.72	c ===============================================================================
0.69/0.72	c |      3446 |    3262     6434    25896 |     5000     3446    182 |  0.000 % |
0.69/0.75	c |      3546 |    3262     6434    25896 |     5500     3546    182 |  0.000 % |
0.69/0.79	c |      3696 |    3262     6434    25896 |     6050     3696    182 |  0.000 % |
0.79/0.84	c |      3924 |    3262     6434    25896 |     6655     3924    181 |  0.000 % |
0.89/0.92	c |      4262 |    3262     6434    25896 |     7320     4262    181 |  0.000 % |
1.00/1.07	c |      4769 |    3262     6434    25896 |     8052     4769    182 |  0.000 % |
1.19/1.28	c |      5531 |    3262     6434    25896 |     8857     5531    182 |  0.000 % |
1.59/1.68	c |      6672 |    3262     6434    25896 |     9743     6672    182 |  0.000 % |
2.09/2.15	c |      8380 |    3262     6434    25896 |    10717     8380    183 |  0.000 % |
2.99/3.04	c |     10944 |    3262     6434    25896 |    11789    10944    184 |  0.000 % |
4.29/4.40	c |     14789 |    3262     6434    25896 |    12968    14789    185 |  0.000 % |
6.19/6.23	c |     20561 |    3262     6434    25896 |    14265    13167    186 |  0.000 % |
9.80/9.87	c |     29211 |    3262     6434    25896 |    15692    13076    185 |  0.000 % |
14.59/14.66	c |     42188 |    3262     6434    25896 |    17261    16595    183 |  0.000 % |
22.79/22.82	c |     61651 |    3262     6434    25896 |    18987    15572    179 |  0.000 % |
33.58/33.66	c |     90844 |    3262     6434    25896 |    20886    21889    188 |  0.000 % |
57.87/57.98	c |    134638 |    3262     6434    25896 |    22974    14497    186 |  0.000 % |
92.27/92.35	c |    200326 |    3262     6434    25896 |    25272    19190    175 |  0.000 % |
147.65/147.79	c |    298856 |    3262     6434    25896 |    27799    13473    179 |  0.000 % |
181.35/181.50	c There are 0 assigned variables. 0 in cost function.
181.84/181.93	c core #1
181.84/181.93	c 
181.84/181.93	c 
181.84/181.93	c Core size: 201	Core Weight: 1	Total Weight: -99
181.84/181.93	c
181.84/181.93	c
181.84/181.93	c ============================[ Search Statistics ]==============================
181.84/181.93	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
181.84/181.93	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
181.84/181.93	c ===============================================================================
181.84/181.93	c |         0 |    3362     6575    26311 |     5000        0    nan |  0.000 % |
181.84/181.96	c ===============================================================================
181.84/181.98	c core #2
181.84/181.98	c 
181.84/181.98	c 
181.84/181.98	c Core size: 199	Core Weight: 1	Total Weight: -98
181.84/181.98	c
181.84/181.98	c
181.84/181.98	c ============================[ Search Statistics ]==============================
181.84/181.98	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
181.84/181.98	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
181.84/181.98	c ===============================================================================
181.84/181.98	c |         0 |    3462     6590    26553 |     5000        0    nan |  0.000 % |
181.94/182.01	c |       100 |    3462     6590    26553 |     5500      100     85 |  0.000 % |
181.94/182.05	c |       250 |    3462     6590    26553 |     6050      250     66 |  0.002 % |
182.04/182.11	c |       475 |    3435     6590    26553 |     6655      390     67 |  0.780 % |
182.14/182.21	c |       812 |    3406     6590    26553 |     7320      683     73 |  1.619 % |
182.24/182.35	c |      1318 |    3224     6590    26553 |     8052     1059     78 |  6.878 % |
182.44/182.58	c |      2077 |    3213     6590    26553 |     8857     1818     77 | 12.914 % |
182.94/183.01	c |      3217 |    2888     6590    26553 |     9743     2642     81 | 36.078 % |
183.04/183.18	c ===============================================================================
183.14/183.25	c core #3
183.14/183.25	c 
183.14/183.25	c 
183.14/183.25	c Core size: 148	Core Weight: 1	Total Weight: -97
183.14/183.25	c
183.14/183.25	c
183.14/183.25	c ============================[ Search Statistics ]==============================
183.14/183.25	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
183.14/183.25	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
183.14/183.25	c ===============================================================================
183.14/183.25	c |         0 |    3561     6617    26825 |     5000        0    nan |  0.000 % |
183.24/183.30	c |       147 |    3561     6617    26825 |     5500      147    115 |  0.000 % |
183.24/183.35	c |       297 |    3561     6617    26825 |     6050      297    107 |  0.000 % |
183.34/183.41	c |       524 |    3561     6617    26825 |     6655      524     92 |  0.000 % |
183.44/183.51	c |       868 |    3561     6617    26825 |     7320      868     87 |  0.000 % |
183.54/183.68	c |      1374 |    3561     6617    26825 |     8052     1374     84 |  0.000 % |
183.84/183.94	c |      2133 |    3561     6617    26825 |     8857     2133     82 |  0.000 % |
184.24/184.33	c |      3275 |    3561     6617    26825 |     9743     3275     86 |  0.001 % |
184.84/184.91	c |      4988 |    3561     6617    26825 |    10717     4988     82 |  0.001 % |
185.85/185.98	c |      7550 |    3561     6617    26825 |    11789     7550     80 |  0.002 % |
187.74/187.83	c |     11394 |    3561     6617    26825 |    12968    11394     79 |  0.000 % |
190.14/190.30	c |     17160 |    3532     6617    26825 |    14265     7465     71 |  0.816 % |
195.03/195.12	c |     25810 |    3502     6617    26825 |    15692    14850     73 |  1.660 % |
197.95/198.05	c ===============================================================================
198.34/198.47	c core #4
198.34/198.47	c 
198.34/198.47	c 
198.34/198.47	c Core size: 124	Core Weight: 1	Total Weight: -96
198.34/198.47	c
198.34/198.47	c
198.34/198.47	c ============================[ Search Statistics ]==============================
198.34/198.47	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
198.34/198.47	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
198.34/198.47	c ===============================================================================
198.34/198.47	c |         0 |    3661     7160    28638 |     5000        0    nan |  0.000 % |
198.44/198.52	c |       102 |    3661     7160    28638 |     5500      102    174 |  0.000 % |
198.44/198.56	c |       252 |    3661     7160    28638 |     6050      252    130 |  0.000 % |
198.54/198.64	c |       479 |    3661     7160    28638 |     6655      479     84 |  0.000 % |
198.64/198.77	c |       818 |    3661     7160    28638 |     7320      818     86 |  0.000 % |
198.83/198.96	c |      1341 |    3661     7160    28638 |     8052     1341     82 |  0.000 % |
199.14/199.25	c |      2101 |    3661     7160    28638 |     8857     2101     82 |  0.000 % |
199.54/199.67	c |      3241 |    3661     7160    28638 |     9743     3241     89 |  0.000 % |
200.15/200.22	c |      4951 |    3661     7160    28638 |    10717     4951     85 |  0.000 % |
201.34/201.48	c |      7513 |    3661     7160    28638 |    11789     7513     89 |  0.000 % |
203.63/203.70	c |     11357 |    3661     7160    28638 |    12968    11357     79 |  0.000 % |
208.03/208.16	c |     17128 |    3661     7160    28638 |    14265    10319     59 |  0.000 % |
214.73/214.80	c |     25777 |    3661     7160    28638 |    15692    11134     89 |  0.000 % |
219.84/219.94	c |     38752 |    3661     7160    28638 |    17261    14645    181 |  0.000 % |
230.94/231.02	c |     58240 |    3661     7160    28638 |    18987    16185    114 |  0.000 % |
251.42/251.53	c |     87441 |    3661     7160    28638 |    20886    11018    181 |  0.000 % |
287.41/287.50	c |    131233 |    3661     7160    28638 |    22974    14956    174 |  0.000 % |
335.50/335.60	c |    196919 |    3661     7160    28638 |    25272    20287    158 |  0.000 % |
405.19/405.39	c |    295452 |    3661     7160    28638 |    27799    15835    156 |  0.000 % |
545.46/545.65	c |    443246 |    3661     7160    28638 |    30579    26820    162 |  0.000 % |
700.21/700.42	c |    664929 |    3661     7160    28638 |    33637    27950    161 |  0.000 % |
961.74/962.07	c |    997456 |    3661     7160    28638 |    37001    36293    140 |  0.000 % |
1512.38/1512.89	c |   1496245 |    3661     7160    28638 |    40701    22452    146 |  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-2702605-1278578345/watcher-2702605-1278578345 -o /tmp/evaluation-result-2702605-1278578345/solver-2702605-1278578345 -C 1800 -W 2000 -M 1800 wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2702605-1278578345.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 1.00 3/106 1324
/proc/meminfo: memFree=1720092/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=2972 CPUtime=0
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 324 0 0 0 0 0 0 0 25 0 1 0 26042931 3043328 242 1992294400 134512640 135752675 4287975280 18446744073709551615 134609568 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 743 242 133 303 0 375 0

[startup+0.0543729 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1324
/proc/meminfo: memFree=1720092/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=4512 CPUtime=0.05
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 808 0 0 0 5 0 0 0 25 0 1 0 26042931 4620288 663 1992294400 134512640 135752675 4287975280 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 1128 663 142 303 0 823 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4512

[startup+0.100379 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1324
/proc/meminfo: memFree=1720092/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=4716 CPUtime=0.09
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 876 0 0 0 9 0 0 0 25 0 1 0 26042931 4829184 731 1992294400 134512640 135752675 4287975280 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 1179 731 144 303 0 874 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4716

[startup+0.300399 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1324
/proc/meminfo: memFree=1720092/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=4976 CPUtime=0.29
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 940 0 0 0 29 0 0 0 25 0 1 0 26042931 5095424 795 1992294400 134512640 135752675 4287975280 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 1244 795 145 303 0 939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4976

[startup+0.700441 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 1324
/proc/meminfo: memFree=1720092/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=6788 CPUtime=0.69
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 1416 0 0 0 68 1 0 0 18 0 1 0 26042931 6950912 1271 1992294400 134512640 135752675 4287975280 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 1697 1271 145 303 0 1392 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6788

[startup+1.50052 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1325
/proc/meminfo: memFree=1714752/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=9280 CPUtime=1.49
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 2019 0 0 0 147 2 0 0 19 0 1 0 26042931 9502720 1874 1992294400 134512640 135752675 4287975280 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 2320 1874 145 303 0 2015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9280

[startup+3.10069 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1325
/proc/meminfo: memFree=1711652/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=13472 CPUtime=3.09
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 3083 0 0 0 306 3 0 0 23 0 1 0 26042931 13795328 2938 1992294400 134512640 135752675 4287975280 18446744073709551615 134517424 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 3368 2938 145 303 0 3063 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13472

[startup+6.30102 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1325
/proc/meminfo: memFree=1702600/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=21768 CPUtime=6.29
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 5131 0 0 0 623 6 0 0 25 0 1 0 26042931 22290432 4986 1992294400 134512640 135752675 4287975280 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 5442 4986 145 303 0 5137 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21768

[startup+12.7007 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 1325
/proc/meminfo: memFree=1688472/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=35428 CPUtime=12.69
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 8540 0 0 0 1256 13 0 0 25 0 1 0 26042931 36278272 8395 1992294400 134512640 135752675 4287975280 18446744073709551615 134518934 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 8857 8395 145 303 0 8552 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35428

[startup+25.501 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 1325
/proc/meminfo: memFree=1662184/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=60812 CPUtime=25.49
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 14853 0 0 0 2523 26 0 0 25 0 1 0 26042931 62271488 14708 1992294400 134512640 135752675 4287975280 18446744073709551615 134518464 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 15203 14708 145 303 0 14898 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60812

[startup+51.1006 s]
/proc/loadavg: 1.04 1.01 1.00 2/107 1327
/proc/meminfo: memFree=1615560/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=107556 CPUtime=51.07
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 26543 0 0 0 5060 47 0 0 25 0 1 0 26042931 110137344 26398 1992294400 134512640 135752675 4287975280 18446744073709551615 134611663 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 26889 26398 145 303 0 26584 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 107556

[startup+102.308 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 1327
/proc/meminfo: memFree=1536324/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=186088 CPUtime=102.27
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 46129 0 0 0 10137 90 0 0 25 0 1 0 26042931 190554112 45984 1992294400 134512640 135752675 4287975280 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 46522 45984 145 303 0 46217 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 186088

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1329
/proc/meminfo: memFree=1451632/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=271308 CPUtime=162.25
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 67380 0 0 0 16091 134 0 0 25 0 1 0 26042931 277819392 67235 1992294400 134512640 135752675 4287975280 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 67827 67235 145 303 0 67522 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 271308

[startup+222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1331
/proc/meminfo: memFree=1424228/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=297472 CPUtime=222.23
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 74101 0 0 0 22045 178 0 0 25 0 1 0 26042931 304611328 73925 1992294400 134512640 135752675 4287975280 18446744073709551615 134519021 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 74368 73925 146 303 0 74063 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 297472

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1333
/proc/meminfo: memFree=1367064/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=355588 CPUtime=282.22
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 88557 0 0 0 28006 216 0 0 25 0 1 0 26042931 364122112 88381 1992294400 134512640 135752675 4287975280 18446744073709551615 134638327 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 88897 88381 146 303 0 88592 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 355588

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1335
/proc/meminfo: memFree=1309156/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=413056 CPUtime=342.2
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 102848 0 0 0 33962 258 0 0 25 0 1 0 26042931 422969344 102672 1992294400 134512640 135752675 4287975280 18446744073709551615 134611756 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 103264 102672 146 303 0 102959 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 413056

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1335
/proc/meminfo: memFree=1252736/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=470220 CPUtime=402.18
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 117123 0 0 0 39918 300 0 0 25 0 1 0 26042931 481505280 116947 1992294400 134512640 135752675 4287975280 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 117555 116947 146 303 0 117250 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 470220

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1337
/proc/meminfo: memFree=1206856/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=515336 CPUtime=462.17
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 128336 0 0 0 45880 337 0 0 25 0 1 0 26042931 527704064 128160 1992294400 134512640 135752675 4287975280 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 128834 128160 146 303 0 128529 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 515336

[startup+522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1339
/proc/meminfo: memFree=1162960/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=559456 CPUtime=522.15
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 139323 0 0 0 51837 378 0 0 25 0 1 0 26042931 572882944 139147 1992294400 134512640 135752675 4287975280 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 139864 139147 146 303 0 139559 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 559456

[startup+582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1341
/proc/meminfo: memFree=1109020/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=613232 CPUtime=582.14
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 152738 0 0 0 57799 415 0 0 25 0 1 0 26042931 627949568 152562 1992294400 134512640 135752675 4287975280 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 153308 152562 146 303 0 153003 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 613232

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1343
/proc/meminfo: memFree=1050492/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=671360 CPUtime=642.13
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 167271 0 0 0 63754 459 0 0 25 0 1 0 26042931 687472640 167095 1992294400 134512640 135752675 4287975280 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 167840 167095 146 303 0 167535 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 671360

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1350
/proc/meminfo: memFree=832376/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=889076 CPUtime=882.06
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 221661 0 0 0 87587 619 0 0 25 0 1 0 26042931 910413824 221485 1992294400 134512640 135752675 4287975280 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 222269 221485 146 303 0 221964 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 889076

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1352
/proc/meminfo: memFree=783520/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=937712 CPUtime=942.04
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 233817 0 0 0 93540 664 0 0 25 0 1 0 26042931 960217088 233641 1992294400 134512640 135752675 4287975280 18446744073709551615 134603319 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 234428 233641 146 303 0 234123 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 937712

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1352
/proc/meminfo: memFree=740368/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=981032 CPUtime=1002.03
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 244636 0 0 0 99506 697 0 0 25 0 1 0 26042931 1004576768 244460 1992294400 134512640 135752675 4287975280 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 245258 244460 146 303 0 244953 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 981032

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1354
/proc/meminfo: memFree=700936/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1021112 CPUtime=1062.01
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 254609 0 0 0 105469 732 0 0 25 0 1 0 26042931 1045618688 254433 1992294400 134512640 135752675 4287975280 18446744073709551615 134518941 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 255278 254433 146 303 0 254973 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 1021112

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1356
/proc/meminfo: memFree=661132/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1060380 CPUtime=1122
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 264428 0 0 0 111434 766 0 0 25 0 1 0 26042931 1085829120 264252 1992294400 134512640 135752675 4287975280 18446744073709551615 134611636 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 265095 264252 146 303 0 264790 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1060380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1358
/proc/meminfo: memFree=623808/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1097424 CPUtime=1181.99
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 273691 0 0 0 117401 798 0 0 25 0 1 0 26042931 1123762176 273515 1992294400 134512640 135752675 4287975280 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 274356 273515 146 303 0 274051 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 1097424

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1360
/proc/meminfo: memFree=598884/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1122040 CPUtime=1241.97
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 279823 0 0 0 123376 821 0 0 25 0 1 0 26042931 1148968960 279647 1992294400 134512640 135752675 4287975280 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 280510 279647 146 303 0 280205 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 1122040

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1360
/proc/meminfo: memFree=565900/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1154948 CPUtime=1301.95
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 288042 0 0 0 129350 845 0 0 25 0 1 0 26042931 1182666752 287866 1992294400 134512640 135752675 4287975280 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 288737 287866 146 303 0 288432 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1154948

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1371
/proc/meminfo: memFree=539240/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1181732 CPUtime=1361.92
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 294720 0 0 0 135327 865 0 0 25 0 1 0 26042931 1210093568 294544 1992294400 134512640 135752675 4287975280 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 295433 294544 146 303 0 295128 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 1181732

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1373
/proc/meminfo: memFree=489888/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1230984 CPUtime=1421.92
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 307027 0 0 0 141290 902 0 0 25 0 1 0 26042931 1260527616 306851 1992294400 134512640 135752675 4287975280 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 307746 306851 146 303 0 307441 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1230984

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1375
/proc/meminfo: memFree=457028/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1264296 CPUtime=1481.9
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 315393 0 0 0 147256 934 0 0 25 0 1 0 26042931 1294639104 315217 1992294400 134512640 135752675 4287975280 18446744073709551615 134518464 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 316074 315217 146 303 0 315769 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1264296

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1377
/proc/meminfo: memFree=422308/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1298596 CPUtime=1541.87
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 323936 0 0 0 153223 964 0 0 25 0 1 0 26042931 1329762304 323760 1992294400 134512640 135752675 4287975280 18446744073709551615 134638247 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 324649 323760 146 303 0 324344 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1298596

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1377
/proc/meminfo: memFree=371592/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1349716 CPUtime=1601.86
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 336698 0 0 0 159182 1004 0 0 25 0 1 0 26042931 1382109184 336522 1992294400 134512640 135752675 4287975280 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 337429 336522 146 303 0 337124 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1349716

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1379
/proc/meminfo: memFree=320504/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1400372 CPUtime=1661.84
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 349329 0 0 0 165134 1050 0 0 25 0 1 0 26042931 1433980928 349153 1992294400 134512640 135752675 4287975280 18446744073709551615 134518802 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 350093 349153 146 303 0 349788 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 1400372

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1381
/proc/meminfo: memFree=282064/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1439180 CPUtime=1721.83
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 359042 0 0 0 171095 1088 0 0 25 0 1 0 26042931 1473720320 358866 1992294400 134512640 135752675 4287975280 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 359795 358866 146 303 0 359490 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 1439180

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1383
/proc/meminfo: memFree=237920/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1482560 CPUtime=1781.82
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 369877 0 0 0 177052 1130 0 0 25 0 1 0 26042931 1518141440 369701 1992294400 134512640 135752675 4287975280 18446744073709551615 134605394 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 370640 369701 146 303 0 370335 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1482560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 1383
/proc/meminfo: memFree=228124/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=1492064 CPUtime=1800.02
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4202496 372250 0 0 0 178861 1141 0 0 25 0 1 0 26042931 1527873536 372074 1992294400 134512640 135752675 4287975280 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/1324/statm: 373016 372074 146 303 0 372711 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1492064

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 3/108 1384
/proc/meminfo: memFree=1381440/2059040 swapFree=4139656/4192956
[pid=1324] ppid=1322 vsize=0 CPUtime=1800.12
/proc/1324/stat : 1324 (wbo1.4b) R 1322 1324 844 0 -1 4203524 372250 0 0 0 178861 1151 0 0 25 0 1 0 26042931 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1324/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.64
CPU time (s): 1800.16
CPU user time (s): 1788.62
CPU system time (s): 11.5412
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 1492064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.62
system time used= 11.5412
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372250
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= 5
involuntary context switches= 1803

runsolver used 3.10053 second user time and 8.39572 second system time

The end

Launcher Data

Begin job on node083 at 2010-07-08 10:39:05
IDJOB=2702605
IDBENCH=48237
IDSOLVER=1190
FILE ID=node083/2702605-1278578345
PBS_JOBID= 11240065
Free space on /tmp= 62532 MiB

SOLVER NAME= wbo 1.4b (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_25_5.opb
COMMAND LINE= wbo1.4b -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2702605-1278578345/watcher-2702605-1278578345 -o /tmp/evaluation-result-2702605-1278578345/solver-2702605-1278578345 -C 1800 -W 2000 -M 1800  wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2702605-1278578345.opb

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

MD5SUM BENCH= 1a8c058c181490cb899ec7074b22bfb3
RANDOM SEED=126977723

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1721240 kB
Buffers:         67916 kB
Cached:         170576 kB
SwapCached:       6652 kB
Active:         106992 kB
Inactive:       144876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1721240 kB
SwapTotal:     4192956 kB
SwapFree:      4139656 kB
Dirty:            2748 kB
Writeback:           0 kB
AnonPages:       11360 kB
Mapped:          12036 kB
Slab:            63896 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182192 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2702605-1278578345.opb

Free space on /tmp at the end= 62528 MiB
End job on node083 at 2010-07-08 11:09:08